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

@@ -11,7 +11,7 @@ import (
"github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
"github.com/ncruces/go-sqlite3/ext/array"
_ "github.com/ncruces/go-sqlite3/tests/testcfg"
_ "github.com/ncruces/go-sqlite3/internal/testcfg"
)
func Example_driver() {