summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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() {