diff options
Diffstat (limited to '')
-rw-r--r-- | spec/grammar/parser/vartan_lexer.go (renamed from spec/grammar/vartan_lexer.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/vartan_lexer.go b/spec/grammar/parser/vartan_lexer.go index cc80554..76ddfde 100644 --- a/spec/grammar/vartan_lexer.go +++ b/spec/grammar/parser/vartan_lexer.go @@ -1,5 +1,5 @@ // Code generated by maleeni-go. DO NOT EDIT. -package grammar +package parser import ( "fmt" |