From 4c0f7eb15db566a19eb753e6ffc3a2354078f5fc Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Fri, 27 May 2022 02:11:39 +0900 Subject: Rename spec package to spec/grammar package --- driver/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/template.go') 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 -- cgit v1.2.3