aboutsummaryrefslogtreecommitdiff
path: root/src/urubu/driver/parser/spec.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-10 12:29:03 -0300
committerEuAndreh <eu@euandre.org>2024-12-10 12:29:03 -0300
commit8359c047aaebe274a2d811d61922b571ca7d10df (patch)
tree070e0ed93d27a842776ada805eeb4270e7e3c806 /src/urubu/driver/parser/spec.go
parentStart building test files (diff)
downloadcotia-8359c047aaebe274a2d811d61922b571ca7d10df.tar.gz
cotia-8359c047aaebe274a2d811d61922b571ca7d10df.tar.xz
Namespace packages with "urubu/"
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