From dcd536348e52686758ec76f68dc0157804f763f9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 20 Oct 2024 20:30:37 -0300 Subject: Revert c3a3cf9d7aed9b3c48acbe31fd48f2c27549a570 --- tests/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/main.go') 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() } -- cgit v1.2.3