summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:30:18 -0500
committerJeff Carr <[email protected]>2025-10-26 10:30:18 -0500
commit337add61d45b558fe11765342b7498a86d5834df (patch)
tree5952cdd2d28323352a3cc79ae62aeb5acda183e9 /structs.go
parentd4ac45d164ab08b212382220e31f12c810e77265 (diff)
argv finally doesn't suckv0.0.32
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 2a9dec3..0c88682 100644
--- a/structs.go
+++ b/structs.go
@@ -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