You've already forked go-sqlmock
mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-12-23 23:51:20 +02:00
do not expose sql driver methods for sqlmock, give interface
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
// used for examples
|
||||
var mock = &Sqlmock{}
|
||||
var mock = &sqlmock{}
|
||||
|
||||
func ExampleNewErrorResult() {
|
||||
db, mock, _ := New()
|
||||
|
||||
Reference in New Issue
Block a user