summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 06:31:19 -0500
committerJeff Carr <[email protected]>2025-10-19 06:31:19 -0500
commite01df9df195875cbc259b10893418442c2f5e1ec (patch)
tree5b073e133f92c08a204e473b662bdd270e840652 /structs.go
parent7698e54f512f95991d1c9a441d300300db29ea4a (diff)
cleanup doTestVersion()
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 732bb2a..b31770a 100644
--- a/structs.go
+++ b/structs.go
@@ -18,13 +18,14 @@ var me *mainType
// this app's variables
type mainType struct {
- once sync.Once // one-time initialized data
+ once sync.Once // one-time initialized data
+ // "go.wit.com/dev/alexflint/arg"
argv *argvpb.Argv // more experiments for bash handling
pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ myGui *fhelp.GuiPrep // for initializing the GUI toolkits
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
homedir string // where the user homedir is
- myGui *fhelp.GuiPrep // for initializing the GUI toolkits
}
func initForge() {