https://github.com/suzuki-shunsuke/go-error-with-exit-code
Golang library to set the exit code to the error
https://github.com/suzuki-shunsuke/go-error-with-exit-code
golang library oss
Last synced: over 1 year ago
JSON representation
Golang library to set the exit code to the error
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/go-error-with-exit-code
- Owner: suzuki-shunsuke
- License: mit
- Created: 2019-12-05T03:30:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:54:43.000Z (over 1 year ago)
- Last Synced: 2025-03-06T17:45:52.030Z (over 1 year ago)
- Topics: golang, library, oss
- Language: Go
- Homepage: https://pkg.go.dev/github.com/suzuki-shunsuke/go-error-with-exit-code/ecerror
- Size: 229 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# go-error-with-exit-code
Golang library to set the exit code to the error.
[](https://pkg.go.dev/github.com/suzuki-shunsuke/go-error-with-exit-code/ecerror)
[](https://cloud.drone.io/suzuki-shunsuke/go-error-with-exit-code)
[](https://codecov.io/gh/suzuki-shunsuke/go-error-with-exit-code)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-error-with-exit-code)
[](https://github.com/suzuki-shunsuke/go-error-with-exit-code)
[](https://raw.githubusercontent.com/suzuki-shunsuke/go-error-with-exit-code/master/LICENSE)
## Example
Please see [examples](ecerror/example_test.go).
## License
[MIT](LICENSE)