diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 06:31:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 06:31:19 -0500 |
| commit | e01df9df195875cbc259b10893418442c2f5e1ec (patch) | |
| tree | 5b073e133f92c08a204e473b662bdd270e840652 /structs.go | |
| parent | 7698e54f512f95991d1c9a441d300300db29ea4a (diff) | |
cleanup doTestVersion()
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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() { |
