diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 00:39:14 -0600 |
| commit | 41fe4a4659d50d70a835224405490588019d24ff (patch) | |
| tree | dd6677fb17d11a4233568fddf0d3a141434bba10 /example2 | |
| parent | e24c2c2eb3feb5083a74a9b2cb396bcbcb0ac52d (diff) | |
new homev0.13.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'example2')
| -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 56ec1e6..2593a2b 100644 --- a/example2/main.go +++ b/example2/main.go @@ -2,7 +2,7 @@ package main import "log" // import "fmt" -import "go.wit.com/shell" +import "go.wit.com/lib/gui/shell" func main() { err := shell.Run("cat /etc/issue") |
