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 | |
| parent | Shoehorn project into default golang skeleton structure (diff) | |
| download | golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.gz golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.xz | |
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/benchmarks/exec/golite.go (renamed from tests/benchmarks/exec/acudego.go) | 2 | ||||
| -rw-r--r-- | tests/benchmarks/query/golite.go (renamed from tests/benchmarks/query/acudego.go) | 2 | ||||
| -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 | ||||
| -rw-r--r-- | tests/fuzz/api/golite.go (renamed from tests/fuzz/api/acudego.go) | 2 | ||||
| -rw-r--r-- | tests/golite.go (renamed from tests/acudego.go) | 2 | ||||
| -rw-r--r-- | tests/main.go | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/tests/benchmarks/exec/acudego.go b/tests/benchmarks/exec/golite.go index 79e7992..f861c3c 100644 --- a/tests/benchmarks/exec/acudego.go +++ b/tests/benchmarks/exec/golite.go @@ -1,4 +1,4 @@ -package acudego +package golite import ( "database/sql" diff --git a/tests/benchmarks/query/acudego.go b/tests/benchmarks/query/golite.go index 3386576..a900356 100644 --- a/tests/benchmarks/query/acudego.go +++ b/tests/benchmarks/query/golite.go @@ -1,4 +1,4 @@ -package acudego +package golite import ( "database/sql" 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" diff --git a/tests/fuzz/api/acudego.go b/tests/fuzz/api/golite.go index 7f8e3a0..1c86d04 100644 --- a/tests/fuzz/api/acudego.go +++ b/tests/fuzz/api/golite.go @@ -1,4 +1,4 @@ -package acudego +package golite import ( "os" diff --git a/tests/acudego.go b/tests/golite.go index de41ca9..2459993 100644 --- a/tests/acudego.go +++ b/tests/golite.go @@ -1,4 +1,4 @@ -package acudego +package golite import ( "bytes" diff --git a/tests/main.go b/tests/main.go index 7e0b774..f8a5b6f 100644 --- a/tests/main.go +++ b/tests/main.go @@ -1,7 +1,7 @@ package main -import "acudego" +import "golite" func main() { - acudego.MainTest() + golite.MainTest() } |
