summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go12
1 files changed, 7 insertions, 5 deletions
diff --git a/doGui.go b/doGui.go
index 8ad2076..7d88757 100644
--- a/doGui.go
+++ b/doGui.go
@@ -4,17 +4,18 @@
package main
import (
- "os"
-
- "go.wit.com/gui"
- "go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/shell"
"go.wit.com/log"
)
// An app to submit patches for the 30 GO GUI repos
func doGui() {
+ log.Info("The GUI is disabled for now. This app is under development currently")
+ me.sh.GoodExit("it works fine from the command line")
+}
+
+/*
+func doGuiTODO() {
log.Warn("init basicWindow state")
win := gadgets.NewGenericWindow("Create .deb files for GO applications", "things")
win.Custom = func() {
@@ -130,3 +131,4 @@ func newControl(grid *gui.Node) *controlBox {
return c
}
+*/