From 80768470741afed68e871b2198ac6fcbbfcb9eb7 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 18 Jul 2022 12:34:56 +0100 Subject: Go install won't work anyway with cgit, make the package name nicer --- errors/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errors') diff --git a/errors/errors.go b/errors/errors.go index 5b68964..e62e215 100644 --- a/errors/errors.go +++ b/errors/errors.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "git.usebox.net/micro-lang/tokens" + "usebox.net/micro-lang/tokens" ) type ErrCode int -- cgit v1.2.3