Skip to content

Commit f5266ee

Browse files
committed
Fix: staticcheck: dialect/sqlite/main.go:14:7: const dateTimeTzLayout is unused (U1000)
1 parent c6d1081 commit f5266ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dialect/sqlite/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import (
1111
"github.com/hymkor/sqlbless/internal/misc"
1212
)
1313

14-
const dateTimeTzLayout = "2006-01-02 15:04:05.999999999 -07:00"
15-
1614
var Entry = &dialect.Entry{
1715
Usage: "sqlbless sqlite3 :memory: OR <FILEPATH>",
1816
SQLForTables: `

0 commit comments

Comments
 (0)