diff options
| -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) { |
