aboutsummaryrefslogtreecommitdiff
path: root/tcl.go
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-05-08 11:43:02 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-05-08 11:43:02 +0200
commitc9424b173d1f7085bd39763d87e2572dad9fceaf (patch)
tree166c533da25c433ae75702870f0869997576ea27 /tcl.go
parent77cef04cda4dd86b21fc7ca7801f7fee4004b057 (diff)
-> kesim.orgHEADmaster
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