mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Split local imports.
This commit is contained in:
@@ -6,9 +6,10 @@ import (
|
||||
"math"
|
||||
"slices"
|
||||
|
||||
"github.com/ncruces/sort/quick"
|
||||
|
||||
"github.com/ncruces/go-sqlite3"
|
||||
"github.com/ncruces/go-sqlite3/internal/util"
|
||||
"github.com/ncruces/sort/quick"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user