diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/driver/lexer/template.go (renamed from driver/lexer/template.go) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/lexer/template.go b/src/urubu/driver/lexer/template.go index c5d0778..35dfd93 100644 --- a/driver/lexer/template.go +++ b/src/urubu/driver/lexer/template.go @@ -11,8 +11,8 @@ import ( "strings" "text/template" - "grammar/lexical" - spec "spec/grammar" + "urubu/grammar/lexical" + spec "urubu/spec/grammar" ) // go:embed lexer.go |