summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 14:50:39 -0500
committerJeff Carr <[email protected]>2025-10-25 14:50:39 -0500
commit9c2c4a74f3cbdc44219e6259317cdc734ec93e99 (patch)
treeef8d8980b76bfb8fc044974670f86fec7da0c289 /structs.go
parent6093077b9b82a9ba742375563bcffb2b9074441e (diff)
builds again
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 39840c3..7ea423c 100644
--- a/structs.go
+++ b/structs.go
@@ -9,7 +9,6 @@ import (
"go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
)
@@ -32,7 +31,7 @@ func myServer() string {
// this app's variables
type mainType struct {
- argv *argvpb.Argv // shell autocomplete
+ // argv *argvpb.Argv // shell autocomplete
pp *arg.Parser // the go-arg parser of the command line
forge *forgepb.Forge // for holding the forge protobuf files
myGui *fhelp.GuiPrep // for initializing the GUI toolkits