aboutsummaryrefslogtreecommitdiff
path: root/tcl.go
diff options
context:
space:
mode:
Diffstat (limited to 'tcl.go')
-rw-r--r--tcl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl.go b/tcl.go
index 8839880..a2f684a 100644
--- a/tcl.go
+++ b/tcl.go
@@ -4,7 +4,7 @@ import (
"log"
"os"
- . "github.com/oec/goparsify"
+ . "kesim.org/goparsify"
)
// Tcl tokenizer parser, using combinators