Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (about 2 months ago)
- Last Synced: 2024-11-23T14:31:23.839Z (about 2 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
[![Go Reference](https://pkg.go.dev/badge/github.com/dtomasi/zerrors.svg)](https://pkg.go.dev/github.com/dtomasi/zerrors)
[![CodeFactor](https://www.codefactor.io/repository/github/dtomasi/zerrors/badge)](https://www.codefactor.io/repository/github/dtomasi/zerrors)
![Go Unit Tests](https://github.com/dtomasi/zerrors/actions/workflows/build.yml/badge.svg)
![CodeQL](https://github.com/dtomasi/zerrors/actions/workflows/codeql-analysis.yml/badge.svg)
[![codecov](https://codecov.io/gh/dtomasi/zerrors/branch/main/graph/badge.svg?token=giOzVLmffV)](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