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/main.go | |
parent | Shoehorn project into default golang skeleton structure (diff) | |
download | golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.gz golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.xz |
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
Diffstat (limited to 'tests/main.go')
-rw-r--r-- | tests/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
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() } |