Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/errors

Custom library to annotate errors.
https://github.com/altipla-consulting/errors

Last synced: about 1 month ago
JSON representation

Custom library to annotate errors.

Awesome Lists containing this project

README

        

# errors

[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/errors.svg)](https://pkg.go.dev/github.com/altipla-consulting/errors)

Custom library to annotate errors.

> **WARNING:** This version is modified to contain the subset of the features we need and will not be useful for the general public.

## Install

```shell
go get github.com/altipla-consulting/errors
```

## Contributing

You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.

## License

[MIT License](LICENSE)