diff options
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ package main import ( + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/log" ) @@ -11,7 +12,7 @@ import ( func doGui() { log.Info("The GUI is disabled for now. This app is under development currently") - me.argv.GoodExit("it works fine from the command line") + argvpb.GoodExit("it works fine from the command line") } /* |
