diff options
Diffstat (limited to 'driver/spec.go')
-rw-r--r-- | driver/spec.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/spec.go b/driver/spec.go index 195cb8c..dda1251 100644 --- a/driver/spec.go +++ b/driver/spec.go @@ -1,6 +1,6 @@ package driver -import "github.com/nihei9/vartan/spec" +import spec "github.com/nihei9/vartan/spec/grammar" type grammarImpl struct { g *spec.CompiledGrammar |