You've already forked go-sqlxmock
mirror of
https://github.com/zhashkevych/go-sqlxmock.git
synced 2025-06-24 21:56:48 +02:00
Add go-sql-driver imports to make it easier to run the examples
This commit is contained in:
@ -6,6 +6,7 @@ import (
|
||||
"log"
|
||||
|
||||
"github.com/kisielk/sqlstruct"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
)
|
||||
|
||||
const ORDER_PENDING = 0
|
||||
|
Reference in New Issue
Block a user