GoToSocial/vendor/codeberg.org/gruf/go-errors/v2
kim 68b91d2128
[performance] tweak http client error handling (#1718)
* update errors library, check for more TLS type error in http client

Signed-off-by: kim <grufwub@gmail.com>

* bump cache library version to match errors library

Signed-off-by: kim <grufwub@gmail.com>

---------

Signed-off-by: kim <grufwub@gmail.com>
2023-04-29 18:44:20 +02:00
..
callers.go
error_notrace.go
error.go
errors.go [performance] tweak http client error handling (#1718) 2023-04-29 18:44:20 +02:00
LICENSE
once.go
README.md
standard.go [performance] tweak http client error handling (#1718) 2023-04-29 18:44:20 +02:00
value.go [performance] tweak http client error handling (#1718) 2023-04-29 18:44:20 +02:00

go-errors

simple but powerful errors library that allows easy wrapping and stacktracing of errors.

to disable stacktraces set the notrace build tag.