Skip to content

Commit

Permalink
fix import time and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koryabkin committed Dec 3, 2019
1 parent 64c12dc commit 27bffac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlmock_before_go18.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ package sqlmock

import (
"database/sql/driver"
"fmt"
"log"
"time"
)

type namedValue struct {
Expand Down

0 comments on commit 27bffac

Please sign in to comment.