1
0
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:
Theo
2019-02-27 17:04:14 +00:00
parent 7f7699b45e
commit 05afef726f
4 changed files with 15 additions and 4 deletions

View File

@ -6,6 +6,7 @@ import (
"log"
"github.com/kisielk/sqlstruct"
_ "github.com/go-sql-driver/mysql"
)
const ORDER_PENDING = 0