mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-23 12:16:38 +00:00
e43a46e982
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
7 lines
343 B
Markdown
7 lines
343 B
Markdown
[![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. |