summaryrefslogtreecommitdiff
path: root/run.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2021-08-09 00:38:06 -0500
committerJeff Carr <[email protected]>2021-08-09 00:38:06 -0500
commitad28138b847a0c9c1cb924977a3c4bc01dba3bb8 (patch)
treeb8ab2cb776a682ebf882e4bb25ac604d973f606a /run.go
parentcfd1909e165aefa7e7fc305cd961577f40433e6a (diff)
BUILD: update import paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'run.go')
-rw-r--r--run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.go b/run.go
index bea5a1a..e56c34c 100644
--- a/run.go
+++ b/run.go
@@ -13,7 +13,7 @@ import "github.com/svent/go-nbreader"
// import "github.com/davecgh/go-spew/spew"
import "log"
-// import "git.wit.com/wit/log"
+// import "git.wit.org/wit/log"
var msecDelay int = 20 // check every 20 milliseconds