Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/altipla-consulting/errors
- Owner: altipla-consulting
- License: mit
- Created: 2018-11-10T12:24:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:09:47.000Z (2 months ago)
- Last Synced: 2024-10-31T20:19:28.313Z (2 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/errors
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)