diff options
Diffstat (limited to 'driver/token_stream.go')
-rw-r--r-- | driver/token_stream.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/token_stream.go b/driver/token_stream.go index 97c9f1f..dd2c482 100644 --- a/driver/token_stream.go +++ b/driver/token_stream.go @@ -4,7 +4,7 @@ import ( "io" mldriver "github.com/nihei9/maleeni/driver" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) type vToken struct { |