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 --- ast/ast.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ast') diff --git a/ast/ast.go b/ast/ast.go index 90a6a60..00b1028 100644 --- a/ast/ast.go +++ b/ast/ast.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "git.usebox.net/micro-lang/tokens" + "usebox.net/micro-lang/tokens" ) // for JSON -- cgit v1.2.3