aboutsummaryrefslogtreecommitdiff
path: root/grammar/production.go
diff options
context:
space:
mode:
Diffstat (limited to 'grammar/production.go')
-rw-r--r--grammar/production.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/production.go b/grammar/production.go
index 1978039..1742dc6 100644
--- a/grammar/production.go
+++ b/grammar/production.go
@@ -5,7 +5,7 @@ import (
"encoding/hex"
"fmt"
- "github.com/nihei9/vartan/grammar/symbol"
+ "grammar/symbol"
)
type productionID [32]byte