BUILD: update import paths
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
cfd1909e16
commit
ad28138b84
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
2
linux.go
2
linux.go
|
@ -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"
|
||||
|
|
2
run.go
2
run.go
|
@ -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
|
||||
|
||||
|
|
2
wget.go
2
wget.go
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue