diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 09:34:33 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 09:34:33 -0500 |
| commit | 3c25d4a6aa196b9b685d6c27dfaf6a4998b24598 (patch) | |
| tree | 336698b5e4a1557639cbfcba9528194bbf34c20a /structs.go | |
| parent | 5314952e14cedbb1d5827f66827c16a58ae05096 (diff) | |
new argvv0.7.115
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,7 +6,6 @@ package main import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/fhelp" - "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" ) @@ -14,7 +13,6 @@ var me *mainType // this app's variables type mainType 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 forge *forgepb.Forge |
