1
0
Fork 0
This commit is contained in:
Gregory Eremin 2018-07-09 00:49:41 +02:00
parent 92c575f298
commit 41967e03c6
1 changed files with 1 additions and 1 deletions

View File

@ -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{}) {