diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 02:24:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 02:24:17 -0500 |
| commit | 21313117b70fe7aba836d4ffc57ae60b29bb695f (patch) | |
| tree | ee49bd514c571b2c5fc375da91e0beb420484f6f /structs.go | |
| parent | 673264006848cd0a6ab2323fc4d325197238a821 (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ package main import ( - "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/gui/prep" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" ) @@ -13,7 +13,7 @@ var me *autoType // this app's variables type autoType struct { - argpp *arg.Parser // go-arg preprocessor + auto *prep.Auto // more experiments for bash handling forge *forgepb.Forge // your customized repo preferences and settings machine *zoopb.Machine // your customized repo preferences and settings } |
