diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:29:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:29:38 -0500 |
| commit | 3a821bb206ef47432104993a5503558abc7d0001 (patch) | |
| tree | f6b4569275e7068c347a61a5c2e0bfdcdf70bdeb /structs.go | |
| parent | f0ecc1302375823b6a6410b61ca41359723b88c4 (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,14 +6,12 @@ package main import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/fhelp" - "go.wit.com/lib/protobuf/argvpb" ) var me *autoType // this app's variables type autoType struct { - argv *argvpb.Argv // more experiments for bash handling pp *arg.Parser // for parsing the command line args. Yay to alexf lint! myGui *fhelp.GuiPrep // for initializing the GUI toolkits } |
