diff options
Diffstat (limited to 'driver/lexer/spec.go')
-rw-r--r-- | driver/lexer/spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/lexer/spec.go b/driver/lexer/spec.go index 23debbf..4b1a218 100644 --- a/driver/lexer/spec.go +++ b/driver/lexer/spec.go @@ -1,6 +1,6 @@ package lexer -import spec "github.com/nihei9/vartan/spec/grammar" +import spec "spec/grammar" type lexSpec struct { spec *spec.LexicalSpec |