You've already forked go-sqlxmock
mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2025-08-10 21:41:39 +02:00
fix import driver
This commit is contained in:
@@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
package sqlmock
|
package sqlmock
|
||||||
|
|
||||||
import "log"
|
import (
|
||||||
|
"database/sql/driver"
|
||||||
|
"log"
|
||||||
|
)
|
||||||
|
|
||||||
type namedValue struct {
|
type namedValue struct {
|
||||||
Name string
|
Name string
|
||||||
|
Reference in New Issue
Block a user