We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fae26 commit d27da3fCopy full SHA for d27da3f
ext/uuid/uuid_test.go
@@ -7,6 +7,7 @@ import (
7
"github.com/ncruces/go-sqlite3"
8
"github.com/ncruces/go-sqlite3/driver"
9
_ "github.com/ncruces/go-sqlite3/embed"
10
+ _ "github.com/ncruces/go-sqlite3/internal/testcfg"
11
)
12
13
func Test_generate(t *testing.T) {
0 commit comments