diff options
Diffstat (limited to 'driver/template.go')
-rw-r--r-- | driver/template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/template.go b/driver/template.go index 459b6e0..5ff3aa5 100644 --- a/driver/template.go +++ b/driver/template.go @@ -13,7 +13,7 @@ import ( "strings" "text/template" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) //go:embed parser.go |