summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-errors/v2/README.md
blob: 21f7cb767a037262c395e870c110b663280d732a (plain)
1
2
3
4
5
6
7
8
# go-errors

powerful errors library with a simple API that allows:
- accessing all the standard library errors functions
- wrapping of errors
- adding values to errors, in a similar manner to contexts
- including calling function prefix when tag=errcaller is set
- including stacktrace with error when tag=errtrace is set