aboutsummaryrefslogtreecommitdiff
path: root/tests/main.go
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/main.go
parentShoehorn project into default golang skeleton structure (diff)
downloadgolite-dcd536348e52686758ec76f68dc0157804f763f9.tar.gz
golite-dcd536348e52686758ec76f68dc0157804f763f9.tar.xz
Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570
Diffstat (limited to 'tests/main.go')
-rw-r--r--tests/main.go4
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()
}