You've already forked go-sqlxmock
mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2025-11-29 21:57:41 +02:00
do not expose sql driver methods for sqlmock, give interface
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
type statement struct {
|
||||
conn *Sqlmock
|
||||
conn *sqlmock
|
||||
query string
|
||||
err error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user