From a6e6896309007fa1013bd51cee125ab8a75f282d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 3 May 2025 19:41:19 -0300 Subject: re s/guuid/uuid/g --- 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 b803727..17103ab 100644 --- a/tests/main.go +++ b/tests/main.go @@ -1,7 +1,7 @@ package main -import "guuid" +import "uuid" func main() { - guuid.MainTest() + uuid.MainTest() } -- cgit v1.2.3