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