From 6427d793418458ea30a23d3b11efd6a75bf6dc1e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 18 Jul 2022 12:13:50 +0100 Subject: Use the public package --- 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 a654e4b..90a6a60 100644 --- a/ast/ast.go +++ b/ast/ast.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "usebox.net/lang/tokens" + "git.usebox.net/micro-lang/tokens" ) // for JSON -- cgit v1.2.3