diff options
Diffstat (limited to 'example2/main.go')
| -rw-r--r-- | example2/main.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/example2/main.go b/example2/main.go deleted file mode 100644 index 2593a2b..0000000 --- a/example2/main.go +++ /dev/null @@ -1,11 +0,0 @@ -package main - -import "log" -// import "fmt" -import "go.wit.com/lib/gui/shell" - -func main() { - err := shell.Run("cat /etc/issue") - log.Println("cat /etc/issue returned", err) - // fmt.Print(output) -} |
