Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinohmann/exit
Wraps errors with exit code information and conversely produces meaningful exit codes based on errors.
https://github.com/martinohmann/exit
errors exit golang
Last synced: about 1 month ago
JSON representation
Wraps errors with exit code information and conversely produces meaningful exit codes based on errors.
- Host: GitHub
- URL: https://github.com/martinohmann/exit
- Owner: martinohmann
- License: mit
- Created: 2021-02-27T12:00:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T19:19:01.000Z (almost 4 years ago)
- Last Synced: 2023-07-27T22:20:52.262Z (over 1 year ago)
- Topics: errors, exit, golang
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exit
[![Build Status](https://github.com/martinohmann/exit/workflows/build/badge.svg)](https://github.com/martinohmann/exit/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/martinohmann/exit/branch/main/graph/badge.svg)](https://codecov.io/gh/martinohmann/exit)
[![Go Report Card](https://goreportcard.com/badge/github.com/martinohmann/exit)](https://goreportcard.com/report/github.com/martinohmann/exit)
[![Go Reference](https://pkg.go.dev/badge/github.com/martinohmann/exit.svg)](https://pkg.go.dev/github.com/martinohmann/exit)
![GitHub](https://img.shields.io/github/license/martinohmann/exit?color=orange)Wraps errors with exit code information and conversely produces meaningful exit
codes based on errors.See the [package
documentation](https://pkg.go.dev/github.com/martinohmann/exit) for usage
examples.## Installation
```
go get -u github.com/martinohmann/exit
```## License
The source code of exit is released under the MIT License. See the bundled
LICENSE file for details.