diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/spec/grammar/parser/parser.go (renamed from spec/grammar/parser/parser.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/grammar/parser/parser.go b/src/urubu/spec/grammar/parser/parser.go index 0ef29dd..b604074 100644 --- a/spec/grammar/parser/parser.go +++ b/src/urubu/spec/grammar/parser/parser.go @@ -4,8 +4,8 @@ import ( "fmt" "io" - verr "error" - spec "spec/grammar" + verr "urubu/error" + spec "urubu/spec/grammar" ) type RootNode struct { |