Sort special characters before numbers (#3829)

* Sort special characters before numbers (via local dep change)
This commit is contained in:
WithoutPants
2023-06-22 09:51:21 +10:00
committed by GitHub
parent 873d4dade6
commit 0087bc941c
7 changed files with 9 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import (
"database/sql/driver"
"fmt"
"github.com/fvbommel/sortorder/casefolded"
"github.com/WithoutPants/sortorder/casefolded"
sqlite3 "github.com/mattn/go-sqlite3"
)