Split local imports.

This commit is contained in:
Nuno Cruces
2024-10-18 12:20:32 +01:00
parent 89f750a6e9
commit ace01b2927
31 changed files with 70 additions and 39 deletions

View File

@@ -6,8 +6,9 @@ import (
"strings"
"time"
"github.com/ncruces/go-sqlite3/internal/util"
"github.com/ncruces/julianday"
"github.com/ncruces/go-sqlite3/internal/util"
)
// TimeFormat specifies how to encode/decode time values.