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 --- grammar/grammar_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grammar/grammar_test.go') diff --git a/grammar/grammar_test.go b/grammar/grammar_test.go index aeeffac..52c7fb8 100644 --- a/grammar/grammar_test.go +++ b/grammar/grammar_test.go @@ -5,7 +5,7 @@ import ( "testing" verr "github.com/nihei9/vartan/error" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" ) func TestGrammarBuilderOK(t *testing.T) { -- cgit v1.2.3