(string, ...interface{})
| 50 | |
| 51 | type RowQueryer interface { |
| 52 | QueryRow(string, ...interface{}) *sql.Row |
| 53 | } |
| 54 | |
| 55 | func QueryRowContext(p RowQueryer, ctx context.Context, query string, args []interface{}) *sql.Row { |
no outgoing calls
no test coverage detected