summaryrefslogtreecommitdiff
path: root/example1/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-10 17:02:29 -0700
committerJeff Carr <[email protected]>2019-05-10 17:02:29 -0700
commit78c7f261f476704b6827f086e778b180a47ae10f (patch)
treea561135a9ea52c5d7fdb806c6744dfc149d674ad /example1/main.go
parent59c9bf88cace539461f451a318e79feddee8f502 (diff)
fix the example import path
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example1/main.go')
-rw-r--r--example1/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example1/main.go b/example1/main.go
index be88ab4..ee48938 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/jcarr/shell"
+import "git.wit.com/wit/shell"
func main() {