summaryrefslogtreecommitdiff
path: root/vendor/git.iim.gay/grufwub/go-errors/README.md
blob: fcd7e67aeb834303bd5ead92841f3690510f2598 (plain)
1
2
3
4
5
6
7
[![godocs.io](https://godocs.io/github.com/grufwub/go-errors?status.svg)](https://godocs.io/github.com/grufwub/go-errors)

An error library that allows wrapping of one error with another,
extending with further information and preserving all wrapped errors
for comparisons.

Where possible this library wraps standard errors library functions.