diff options
Diffstat (limited to 'spec/grammar/parser/lexer.go')
-rw-r--r-- | spec/grammar/parser/lexer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/grammar/parser/lexer.go b/spec/grammar/parser/lexer.go index 1096ae9..31dcab2 100644 --- a/spec/grammar/parser/lexer.go +++ b/spec/grammar/parser/lexer.go @@ -10,7 +10,7 @@ import ( "regexp" "strings" - verr "github.com/nihei9/vartan/error" + verr "error" ) type tokenKind string |