diff options
author | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2021-05-07 21:52:01 +0200 |
commit | 75b7b13781a355c49889f54110ed07434dec2d95 (patch) | |
tree | de6b5b42e5bf01e4e887da36529a3ff6ef66bd08 /debugon.go | |
parent | cf289e64743647b158ebcc85b4c7aade0d345067 (diff) |
->kesim.org
Diffstat (limited to 'debugon.go')
-rw-r--r-- | debugon.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/oec/goparsify/debug" + "kesim.org/goparsify/debug" ) var log io.Writer = nil |