diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:38:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:38:08 -0500 |
| commit | dee05f9efde26a1b3a781781262cd49a6750f6bc (patch) | |
| tree | eda9bce04fae397254b9e91af6ba743fe96eda1e /structs.go | |
| parent | c8b4bfc00ff9f2c6d5a8502f0e93f05a641ebc57 (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,7 +11,6 @@ import ( "go.wit.com/gui" "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" - "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" ) @@ -19,7 +18,6 @@ var me *gusconf // this app's variables type gusconf 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 |
