summaryrefslogtreecommitdiff
path: root/example1
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 /example1
parentcfd1909e165aefa7e7fc305cd961577f40433e6a (diff)
BUILD: update import paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1')
-rw-r--r--example1/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example1/main.go b/example1/main.go
index 39ce6fc..e71ef27 100644
--- a/example1/main.go
+++ b/example1/main.go
@@ -9,7 +9,7 @@ import "os"
// import "github.com/davecgh/go-spew/spew"
-import "git.wit.com/wit/shell"
+import "git.wit.org/wit/shell"
func main() {
shell.Run("ls /tmp")