diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,11 +5,14 @@ package main import ( "go.wit.com/dev/alexflint/arg" + "go.wit.com/gui" ) var me *autoType // this app's variables type autoType struct { - argpp *arg.Parser // go-arg preprocessor + pp *arg.Parser // go-arg preprocessor + myGui *gui.Node // the gui toolkit handle + dd *gui.Node // the drives dropdown list } |
