diff options
author | EuAndreh <eu@euandre.org> | 2024-10-20 20:30:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-20 20:33:48 -0300 |
commit | dcd536348e52686758ec76f68dc0157804f763f9 (patch) | |
tree | 0335e1a7a1d95b9c0386319504b567809237c24a /tests/functional | |
parent | Shoehorn project into default golang skeleton structure (diff) | |
download | golite-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" |