From eee9e06364f3d83fd9d7357bdbc94c7499b56231 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 5 Oct 2024 03:05:35 -0300 Subject: src/golite.go: Change driverName to "golite" and make it `const` --- tests/functional/libbuild.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/libbuild.go') diff --git a/tests/functional/libbuild.go b/tests/functional/libbuild.go index 3de29ae..1b7694e 100644 --- a/tests/functional/libbuild.go +++ b/tests/functional/libbuild.go @@ -7,7 +7,7 @@ import ( ) func main() { - db, err := sql.Open("sqlite3", ":memory:") + db, err := sql.Open("golite", ":memory:") if err != nil { panic(err) } -- cgit v1.2.3