From 5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 06:08:15 -0500 Subject: rewrite this ancient code --- doGui.go | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'doGui.go') 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 } +*/ -- cgit v1.2.3