diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ package main import ( + "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/protobuf/forgepb" @@ -11,6 +12,7 @@ import ( var me *autoType type autoType struct { + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! myGui *gui.Node releaseReasonS string // = "gocui dropdown select" |
