BUILD: update import paths

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2021-08-09 00:38:06 -05:00
parent cfd1909e16
commit ad28138b84
6 changed files with 6 additions and 6 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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
View File

@ -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

View File

@ -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"
*/

View File

@ -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) {