Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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