summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:38:08 -0500
committerJeff Carr <[email protected]>2025-10-26 10:38:08 -0500
commitdee05f9efde26a1b3a781781262cd49a6750f6bc (patch)
treeeda9bce04fae397254b9e91af6ba743fe96eda1e /structs.go
parentc8b4bfc00ff9f2c6d5a8502f0e93f05a641ebc57 (diff)
finally working again argvHEADv0.0.54v0.0.53masterdevel
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 8c54a0b..88fcdfa 100644
--- a/structs.go
+++ b/structs.go
@@ -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