| 99 | } |
| 100 | |
| 101 | type exitError struct { |
| 102 | exitCode int |
| 103 | err error |
| 104 | } |
| 105 | |
| 106 | // Exit wraps a message and exit code into an error, which by default is |
| 107 | // handled with a call to os.Exit during default error handling. |
nothing calls this directly
no outgoing calls
no test coverage detected