diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/driver/parser/template.go (renamed from driver/parser/template.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/parser/template.go b/src/urubu/driver/parser/template.go index 3e25193..33d097c 100644 --- a/driver/parser/template.go +++ b/src/urubu/driver/parser/template.go @@ -13,7 +13,7 @@ import ( "strings" "text/template" - spec "spec/grammar" + spec "urubu/spec/grammar" ) // go:embed parser.go |