diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:17:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:17:37 -0500 |
| commit | 6d74699580cd1d25e97e129a6e796bf324298663 (patch) | |
| tree | 81ad1d13f4ee2d56d941d505d00b4d6c14cd1444 /structs.go | |
| parent | e1e8951cc3cad6db900ac1240512902936c4f97a (diff) | |
argv is better nowv0.0.68
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" "go.wit.com/lib/protobuf/gitpb" ) @@ -15,7 +14,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 // your customized repo preferences and settings |
