diff options
Diffstat (limited to 'example2/main.go')
| -rw-r--r-- | example2/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
