https://github.com/dtomasi/zerrors
zerrors is a wrapper arround golang.org/x/xerrors with some additional features.
https://github.com/dtomasi/zerrors
error-handling errors go golang
Last synced: 4 months ago
JSON representation
zerrors is a wrapper arround golang.org/x/xerrors with some additional features.
- Host: GitHub
- URL: https://github.com/dtomasi/zerrors
- Owner: dtomasi
- License: mit
- Created: 2021-09-19T15:12:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:55:00.000Z (5 months ago)
- Last Synced: 2024-11-23T14:31:23.839Z (5 months ago)
- Topics: error-handling, errors, go, golang
- Language: Go
- Homepage: https://pkg.go.dev/github.com/dtomasi/zerrors
- Size: 49.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - zerrors
README
# zerrors
[](https://pkg.go.dev/github.com/dtomasi/zerrors)
[](https://www.codefactor.io/repository/github/dtomasi/zerrors)


[](https://codecov.io/gh/dtomasi/zerrors)## NOTICE: This is work in progress. Do not use!
## Installation
go get -u github.com/dtomasi/zerrors
## Usage example
TBD