1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-06-27 00:31:00 +02:00

Reverted back example imports

This commit is contained in:
Theo
2019-02-28 18:29:25 +00:00
parent 7b89f04a98
commit 314ebd6022
3 changed files with 1 additions and 8 deletions

View File

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