diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 02:09:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 02:09:19 -0500 |
| commit | 7bf204299f01a0739c435d3768277c279c6291d3 (patch) | |
| tree | 6224a1c93434c8b7cd638557c37cc2022dc08a47 /structs.go | |
| parent | 94bd4728ba260bbda7643e51f1beb9629b6b90d5 (diff) | |
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/lib/gui/prep" ) @@ -12,6 +11,6 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + auto *prep.Auto // more experiments for bash handling myGui *prep.GuiPrep // the gui toolkit handle } |
