diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:30:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:30:18 -0500 |
| commit | 337add61d45b558fe11765342b7498a86d5834df (patch) | |
| tree | 5952cdd2d28323352a3cc79ae62aeb5acda183e9 /structs.go | |
| parent | d4ac45d164ab08b212382220e31f12c810e77265 (diff) | |
argv finally doesn't suckv0.0.32
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ 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/zoopb" ) @@ -15,7 +14,6 @@ var me *mainType // this app's variables type mainType struct { once sync.Once // one-time initialized data - 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 |
