https://github.com/tomwright/cerr
Coded error handling in Go.
https://github.com/tomwright/cerr
error error-code errorcode errors go go-errors golang
Last synced: 10 months ago
JSON representation
Coded error handling in Go.
- Host: GitHub
- URL: https://github.com/tomwright/cerr
- Owner: TomWright
- Created: 2019-11-12T18:27:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T12:10:38.000Z (about 6 years ago)
- Last Synced: 2025-02-06T08:28:44.651Z (12 months ago)
- Topics: error, error-code, errorcode, errors, go, go-errors, golang
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/TomWright/cerr)
[](https://codecov.io/gh/TomWright/cerr)
[](https://godoc.org/github.com/TomWright/cerr)
# cerr
Coded error handling in Go.
Use error codes to identity what has gone wrong, and do not expose internal error messages to external clients.
## Usage
Requires Go `1.13` and up.
```
go get https://github.com/tomwright/cerr
```
Check [tests and examples on godoc](https://godoc.org/github.com/TomWright/cerr).