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 --- spec/grammar/parser/lexer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/grammar/parser/lexer.go') diff --git a/spec/grammar/parser/lexer.go b/spec/grammar/parser/lexer.go index 1096ae9..31dcab2 100644 --- a/spec/grammar/parser/lexer.go +++ b/spec/grammar/parser/lexer.go @@ -10,7 +10,7 @@ import ( "regexp" "strings" - verr "github.com/nihei9/vartan/error" + verr "error" ) type tokenKind string -- cgit v1.2.3