diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 05:36:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 05:36:18 -0500 |
| commit | 555c8cd918b1253723464604d6871185991e5edc (patch) | |
| tree | 2d1aabdc97047005e75bc505fd1fe8936524522d /argv.LoadSafe.go | |
| parent | 6294b7b53c94fa77ac8ef3ba466b1cf032bdc6a8 (diff) | |
rename files to help organize my thoughts
Diffstat (limited to 'argv.LoadSafe.go')
| -rw-r--r-- | argv.LoadSafe.go | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/argv.LoadSafe.go b/argv.LoadSafe.go deleted file mode 100644 index a66758c..0000000 --- a/argv.LoadSafe.go +++ /dev/null @@ -1,28 +0,0 @@ -// Code generated by go.wit.com/apps/autogenpb DO NOT EDIT. -// go install go.wit.com/apps/autogenpb@latest -// -// This file was autogenerated with autogenpb: -// autogenpb v0.5.27 Built on 2025/10/16 17:13:05 ( 50 m) -// Theese sort.pb.go and marshal.pb.go files are autogenerated -// The autogenpb sources have example .proto files with instructions -// - -package argvpb - -import ( - "errors" - - "go.wit.com/lib/config" -) - -// deletes and remakes the PB file when .proto versions change -func (pb *Argvs) LoadSafe() error { - err := config.LoadPB(pb) - if errors.Is(err, config.VersionMismatch) { - panic("fixme in autopb") - // TODO: erase and recreate the PB file - } else if err != nil { - panic("still fixme in") - } - return err -} |
