summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-26 10:29:48 -0500
committerJeff Carr <[email protected]>2025-10-26 10:29:48 -0500
commita0932e4887683e445f5c0d1cd90bf711ab4b1bf2 (patch)
tree3d3bfff4ae19967c0fa71b0061504235017ecac0 /structs.go
parenta9eef24fd4378f0f94897b0d3fd2eb8092f50c8b (diff)
argv: sometimes things work better than beforeHEADv0.22.135v0.22.134masterdevel
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 e80d018..b99d91d 100644
--- a/structs.go
+++ b/structs.go
@@ -6,7 +6,6 @@ package main
import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/fhelp"
- "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
)
@@ -14,7 +13,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