diff options
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() { |
