diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 09:21:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 09:21:53 -0500 |
| commit | c1600cff482abf314bf66bcf758979969672bfca (patch) | |
| tree | e958c6646d1ff33dabe269148dde9aabb1fb0f02 /exit.go | |
| parent | e734c024bd18ad13e0f5d162dfee256b5e020be7 (diff) | |
housecleaning & dump more old stuff
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/exit.go b/exit.go deleted file mode 100644 index 01ac9a5..0000000 --- a/exit.go +++ /dev/null @@ -1,15 +0,0 @@ -package config - -// this is an experiment at this point to -// see how this turns out - -import ( - "fmt" - "os" -) - -// todo: figure out how to pass this back to argv -func BadExit(reason string, err error) { - fmt.Println("lib/config bad exit. no app callback here. FIXME", reason, err) - os.Exit(-1) -} |
