diff options
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 |
commit | c9424b173d1f7085bd39763d87e2572dad9fceaf (patch) | |
tree | 166c533da25c433ae75702870f0869997576ea27 /tcl.go | |
parent | 77cef04cda4dd86b21fc7ca7801f7fee4004b057 (diff) |
Diffstat (limited to 'tcl.go')
-rw-r--r-- | tcl.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ import ( "log" "os" - . "github.com/oec/goparsify" + . "kesim.org/goparsify" ) // Tcl tokenizer parser, using combinators |