From 3c25d4a6aa196b9b685d6c27dfaf6a4998b24598 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 09:34:33 -0500 Subject: new argv --- structs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index c767cbb..d10069b 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 -- cgit v1.2.3