This commit is contained in:
Nuno Cruces
2024-06-02 10:33:20 +01:00
parent 8a3d454935
commit 3955c226cb
35 changed files with 32 additions and 34 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/ncruces/go-sqlite3"
_ "github.com/ncruces/go-sqlite3/embed"
"github.com/ncruces/go-sqlite3/ext/csv"
_ "github.com/ncruces/go-sqlite3/tests/testcfg"
_ "github.com/ncruces/go-sqlite3/internal/testcfg"
)
func Example() {