diff options
| author | Jeff Carr <[email protected]> | 2019-05-10 17:02:29 -0700 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2019-05-10 17:02:29 -0700 |
| commit | 78c7f261f476704b6827f086e778b180a47ae10f (patch) | |
| tree | a561135a9ea52c5d7fdb806c6744dfc149d674ad | |
| parent | 59c9bf88cace539461f451a318e79feddee8f502 (diff) | |
fix the example import path
Signed-off-by: Jeff Carr <[email protected]>
| -rwxr-xr-x | example1/example1 | bin | 3188079 -> 3057062 bytes | |||
| -rw-r--r-- | example1/main.go | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/example1/example1 b/example1/example1 Binary files differindex 5385b42..658c100 100755 --- a/example1/example1 +++ b/example1/example1 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() { |
