aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/libbuild.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-07 16:40:02 -0300
committerEuAndreh <eu@euandre.org>2024-10-07 16:41:25 -0300
commitc3a3cf9d7aed9b3c48acbe31fd48f2c27549a570 (patch)
tree9b1a6aa2cd911848ed15cc9841cb99855af88d09 /tests/functional/libbuild.go
parentMakefile: Improve spacing (diff)
downloadgolite-c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570.tar.gz
golite-c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570.tar.xz
Rename golite -> acudego
Diffstat (limited to 'tests/functional/libbuild.go')
-rw-r--r--tests/functional/libbuild.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/libbuild.go b/tests/functional/libbuild.go
index 1b7694e..860aff9 100644
--- a/tests/functional/libbuild.go
+++ b/tests/functional/libbuild.go
@@ -3,11 +3,11 @@ package main
import (
"database/sql"
- _ "golite"
+ _ "acudego"
)
func main() {
- db, err := sql.Open("golite", ":memory:")
+ db, err := sql.Open("acudego", ":memory:")
if err != nil {
panic(err)
}