1
0
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:
gedi
2014-02-06 17:03:46 +02:00
parent 3e67393335
commit 2fc5a0dd15
6 changed files with 352 additions and 25 deletions

View File

@ -10,7 +10,6 @@ type statement struct {
}
func (stmt *statement) Close() error {
stmt.conn = nil
return nil
}