diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 14:46:13 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 14:46:13 -0600 |
| commit | a329d9de9d0458d2b0898d3aec8ae6eb4e8e012b (patch) | |
| tree | 8c8d2a300a4b9174c146e82c31a99da673f28fee /example2/main.go | |
| parent | ce748973b9b663e3d735e5501d46c83966e91a81 (diff) | |
move to go.wit.com/shell
Signed-off-by: Jeff Carr <[email protected]>
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 2e94c7f..56ec1e6 100644 --- a/example2/main.go +++ b/example2/main.go @@ -2,7 +2,7 @@ package main import "log" // import "fmt" -import "git.wit.org/wit/shell" +import "go.wit.com/shell" func main() { err := shell.Run("cat /etc/issue") |
