1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-06-12 21:47:29 +02:00

fix import time and fmt

This commit is contained in:
Nikita Koryabkin
2019-12-03 07:42:48 +03:00
parent 64c12dcb17
commit 27bffac965

View File

@ -4,7 +4,9 @@ package sqlmock
import ( import (
"database/sql/driver" "database/sql/driver"
"fmt"
"log" "log"
"time"
) )
type namedValue struct { type namedValue struct {