diff options
Diffstat (limited to 'example1')
| -rw-r--r-- | example1/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example1/main.go b/example1/main.go index e71ef27..6aa9399 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.org/wit/shell" +import "go.wit.com/shell" func main() { shell.Run("ls /tmp") |
