summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index bd71f80..d073423 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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")
}
/*