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 | |
| parent | cfd1909e165aefa7e7fc305cd961577f40433e6a (diff) | |
BUILD: update import paths
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | example1/main.go | 2 | ||||
| -rw-r--r-- | example2/main.go | 2 | ||||
| -rw-r--r-- | linux.go | 2 | ||||
| -rw-r--r-- | run.go | 2 | ||||
| -rw-r--r-- | wget.go | 2 | ||||
| -rw-r--r-- | windows.go | 2 |
6 files changed, 6 insertions, 6 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") 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") @@ -13,7 +13,7 @@ import "syscall" // import "time" // import "reflect" -// import "git.wit.com/wit/shell" +// import "git.wit.org/wit/shell" // import "github.com/davecgh/go-spew/spew" import "github.com/wercker/journalhook" @@ -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 @@ -19,7 +19,7 @@ import "strings" import "net/http" /* -import "git.wit.com/wit/shell" +import "git.wit.org/wit/shell" import "github.com/davecgh/go-spew/spew" */ @@ -6,7 +6,7 @@ package shell import "log" -// import "git.wit.com/wit/shell" +// import "git.wit.org/wit/shell" // import "github.com/davecgh/go-spew/spew" func handleSignal(err interface{}, ret int) { |
