1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-21 21:07:11 +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 {