https://github.com/pinzolo/errz
Utitlity package for error
https://github.com/pinzolo/errz
error golang
Last synced: 4 months ago
JSON representation
Utitlity package for error
- Host: GitHub
- URL: https://github.com/pinzolo/errz
- Owner: pinzolo
- License: mit
- Created: 2018-09-09T00:54:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T02:31:26.000Z (about 7 years ago)
- Last Synced: 2024-10-23T14:16:11.589Z (12 months ago)
- Topics: error, golang
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# errz
[](http://travis-ci.org/pinzolo/errz)
[](https://coveralls.io/github/pinzolo/errz?branch=master)
[](https://goreportcard.com/report/github.com/pinzolo/errz)
[](https://godoc.org/github.com/pinzolo/errz)
[](https://raw.githubusercontent.com/pinzolo/errz/master/LICENSE)## Description
Utitlity package for error. ([pkg/errors](https://github.com/pkg/errors) + alpha)
## from pkg/errors
* Annotating with stack trace
* Wrapping error## plus alpha
* Annotating with custom error code
* Uniting multi errors to single error
* Constantizing error### Go version
Go 1.8 or later
## Contribution
1. Fork ([https://github.com/pinzolo/sqlt/fork](https://github.com/pinzolo/sqlt/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request## Author
[pinzolo](https://github.com/pinzolo)