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

https://github.com/seacraft/errors

Based on github.com/pkg/errors package, add support for error code, fully compatible with github.com/pkg/errors.
https://github.com/seacraft/errors

error-code go golang-library

Last synced: about 1 month ago
JSON representation

Based on github.com/pkg/errors package, add support for error code, fully compatible with github.com/pkg/errors.

Awesome Lists containing this project

README

          

# errors
![workflow check](https://github.com/seacraft/errors/actions/workflows/check.yml/badge.svg)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/seacraft/errors)](https://pkg.go.dev/github.com/seacraft/errors?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/seacraft/errors?)](https://goreportcard.com/report/github.com/seacraft/errors)
[![golangci badge](https://github.com/golangci/golangci-web/blob/master/src/assets/images/badge_a_plus_flat.svg)](https://golangci.com/r/github.com/seacraft/errors)
[![release](https://img.shields.io/github/release-pre/seacraft/errors.svg)](https://github.com/seacraft/errors/releases)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/seacraft/errors/blob/main/LICENSE)
[![Releases](https://img.shields.io/github/downloads/seacraft/errors/total.svg)](https://github.com/seacraft/errors/releases)

Based on the `github.com/pkg/errors` package, it adds support for `error code` and is fully compatible with `github.com/pkg/errors`.

The performance is basically the same as `github.com/pkg/errors`.