diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ package main import ( "go.wit.com/dev/alexflint/arg" - "go.wit.com/gui" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" ) @@ -15,7 +14,6 @@ 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 machine *zoopb.Machine // your customized repo preferences and settings } |
