diff options
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/driver/time.go')
-rw-r--r-- | vendor/github.com/ncruces/go-sqlite3/driver/time.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/driver/time.go b/vendor/github.com/ncruces/go-sqlite3/driver/time.go index 630a5b10b..b3ebdd263 100644 --- a/vendor/github.com/ncruces/go-sqlite3/driver/time.go +++ b/vendor/github.com/ncruces/go-sqlite3/driver/time.go @@ -1,8 +1,6 @@ package driver -import ( - "time" -) +import "time" // Convert a string in [time.RFC3339Nano] format into a [time.Time] // if it roundtrips back to the same string. |