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:
parent
64c12dcb17
commit
27bffac965
@ -4,7 +4,9 @@ package sqlmock
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql/driver"
|
"database/sql/driver"
|
||||||
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
type namedValue struct {
|
type namedValue struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user