diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ import ( "sync" "go.wit.com/lib/debian" + "go.wit.com/lib/fhelp" "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" @@ -21,6 +22,7 @@ type mainType struct { 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() { |
