aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-20 20:30:37 -0300
committerEuAndreh <eu@euandre.org>2024-10-20 20:33:48 -0300
commitdcd536348e52686758ec76f68dc0157804f763f9 (patch)
tree0335e1a7a1d95b9c0386319504b567809237c24a /tests/functional
parentShoehorn project into default golang skeleton structure (diff)
downloadgolite-dcd536348e52686758ec76f68dc0157804f763f9.tar.gz
golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.xz
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/json/golite.go (renamed from tests/functional/json/acudego.go)2
-rw-r--r--tests/functional/limit/golite.go (renamed from tests/functional/limit/acudego.go)2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/json/acudego.go b/tests/functional/json/golite.go
index 8f5e923..0fa696e 100644
--- a/tests/functional/json/acudego.go
+++ b/tests/functional/json/golite.go
@@ -1,4 +1,4 @@
-package acudego
+package golite
import (
"database/sql"
diff --git a/tests/functional/limit/acudego.go b/tests/functional/limit/golite.go
index d47dc27..231e8c2 100644
--- a/tests/functional/limit/acudego.go
+++ b/tests/functional/limit/golite.go
@@ -1,4 +1,4 @@
-package acudego
+package golite
import (
"database/sql"