1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2025-03-19 20:57:50 +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 (
"database/sql/driver"
"fmt"
"log"
"time"
)
type namedValue struct {