diff options
| author | Jeff Carr <[email protected]> | 2021-08-09 00:38:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2021-08-09 00:38:06 -0500 |
| commit | ad28138b847a0c9c1cb924977a3c4bc01dba3bb8 (patch) | |
| tree | b8ab2cb776a682ebf882e4bb25ac604d973f606a /run.go | |
| parent | cfd1909e165aefa7e7fc305cd961577f40433e6a (diff) | |
BUILD: update import paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'run.go')
| -rw-r--r-- | run.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
