diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,6 @@ package main import ( - "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gui/prep" ) @@ -13,7 +12,7 @@ var me *autoType // this app's variables type autoType struct { - pp *arg.Parser // go-arg preprocessor + auto *prep.Auto // more experiments for bash handling myGui *prep.GuiPrep // the gui toolkit handle dd *gui.Node // the drives dropdown list parted *gui.Node // the current drive to run parted on |
