You've already forked go-sqlmock
mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-06-16 23:57:35 +02:00
add readme and update error messages
This commit is contained in:
@ -10,7 +10,6 @@ type statement struct {
|
||||
}
|
||||
|
||||
func (stmt *statement) Close() error {
|
||||
stmt.conn = nil
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user