diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -7,13 +7,15 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/zoopb" ) var me *autoType // this app's variables type autoType struct { - argpp *arg.Parser // go-arg preprocessor - myGui *gui.Node // the gui handle - forge *forgepb.Forge // your customized repo preferences and settings + argpp *arg.Parser // go-arg preprocessor + myGui *gui.Node // the gui handle + forge *forgepb.Forge // your customized repo preferences and settings + machine *zoopb.Machine // your customized repo preferences and settings } |
