diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/driver/parser/spec.go (renamed from driver/parser/spec.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/parser/spec.go b/src/urubu/driver/parser/spec.go index b288f5f..6dc7c3f 100644 --- a/driver/parser/spec.go +++ b/src/urubu/driver/parser/spec.go @@ -1,6 +1,6 @@ package parser -import spec "spec/grammar" +import spec "urubu/spec/grammar" type grammarImpl struct { g *spec.CompiledGrammar |