summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:37:57 -0500
committerJeff Carr <[email protected]>2025-10-26 10:37:57 -0500
commit80d55ea478cb46de0da2d200173db11f804f0feb (patch)
treefe00af29d1ab29170968353a1b08ce43907134e8 /structs.go
parentfc6e055773cd872355c2ebddd223a99e16074b8a (diff)
newer cleaner better argvv0.0.99
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 1840217..2036f7b 100644
--- a/structs.go
+++ b/structs.go
@@ -10,7 +10,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"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -19,7 +18,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