diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 15:43:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 15:43:06 -0500 |
| commit | d7b8e423edae12489f8e341438ba61bb458dea9b (patch) | |
| tree | 0b83c82e615024cf0dec5477c0adb7aa1cb51e86 /structs.go | |
| parent | c0d01a48275761e42c59655a7554e9b4fe352cc9 (diff) | |
code for argv PB moved to a more standard location
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/lib/gui/prep" + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/forgepb" ) @@ -12,6 +12,6 @@ var me *mainType // this app's variables type mainType struct { - sh *prep.Auto // shell autocomplete + sh *argvpb.Argv // shell autocomplete forge *forgepb.Forge // for holding the forge protobuf files } |
