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

@ -4,6 +4,8 @@ import (
"database/sql"
"encoding/json"
"net/http"
_ "github.com/go-sql-driver/mysql"
)
type api struct {