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/parser.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/grammar/parser/parser.go') diff --git a/spec/grammar/parser/parser.go b/spec/grammar/parser/parser.go index c0179a6..0ef29dd 100644 --- a/spec/grammar/parser/parser.go +++ b/spec/grammar/parser/parser.go @@ -4,8 +4,8 @@ import ( "fmt" "io" - verr "github.com/nihei9/vartan/error" - spec "github.com/nihei9/vartan/spec/grammar" + verr "error" + spec "spec/grammar" ) type RootNode struct { -- cgit v1.2.3