summaryrefslogtreecommitdiff
path: root/example2/main.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 /example2/main.go
parentcfd1909e165aefa7e7fc305cd961577f40433e6a (diff)
BUILD: update import paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example2/main.go')
-rw-r--r--example2/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example2/main.go b/example2/main.go
index d8f39b4..f19adf4 100644
--- a/example2/main.go
+++ b/example2/main.go
@@ -2,7 +2,7 @@ package main
import "log"
import "fmt"
-import "git.wit.com/wit/shell"
+import "git.wit.org/wit/shell"
func main() {
tmp, output, err := shell.Run("cat /etc/issue")