1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-24 21:56:48 +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

@ -1,10 +1,6 @@
package main
import (
"database/sql"
_ "github.com/go-sql-driver/mysql"
)
import "database/sql"
func recordStats(db *sql.DB, userID, productID int64) (err error) {
tx, err := db.Begin()