From ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 2 Dec 2024 15:41:30 -0300 Subject: Build and test existing code as is --- grammar/lexical/entry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/lexical/entry.go') diff --git a/grammar/lexical/entry.go b/grammar/lexical/entry.go index c9f8691..6d2fbe3 100644 --- a/grammar/lexical/entry.go +++ b/grammar/lexical/entry.go @@ -5,7 +5,7 @@ import ( "sort" "strings" - spec "github.com/nihei9/vartan/spec/grammar" + spec "spec/grammar" ) type LexEntry struct { -- cgit v1.2.3