From 680069d4ca65c75ce1d7d462d98ce7e9e4c8bfdc Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 4 Sep 2025 08:28:09 -0500 Subject: a breath of fresh air. finally can remove all the old code. --- structs.go | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 098142d..1d4a1f4 100644 --- a/structs.go +++ b/structs.go @@ -22,13 +22,12 @@ func (b *mainType) Enable() { // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - forge *forgepb.Forge // for holding the forge protobuf files - myGui *gui.Node // the gui toolkit handle - psets *forgepb.Patchsets // the locally stored on disk patchsets - foundPaths []string // stores gopaths to act on (when doing go-clone) - configSave bool // if the config file should be saved after finishing - urlbase string // base URL + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + forge *forgepb.Forge // for holding the forge protobuf files + myGui *gui.Node // the gui toolkit handle + foundPaths []string // stores gopaths to act on (when doing go-clone) + configSave bool // if the config file should be saved after finishing + urlbase string // base URL mainWindow *gadgets.BasicWindow mainbox *gui.Node // the main box. enable/disable this -- cgit v1.2.3