Oops
This commit is contained in:
parent
92c575f298
commit
41967e03c6
|
@ -64,7 +64,7 @@ func (r *rows) Load(dest interface{}) error {
|
|||
return r.rows.Err()
|
||||
}
|
||||
|
||||
return nil
|
||||
return r.err
|
||||
}
|
||||
|
||||
func (r *rows) loadValue(dest interface{}) {
|
||||
|
|
Loading…
Reference in New Issue