mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
68b91d2128
* 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> |
||
---|---|---|
.. | ||
callers.go | ||
error.go | ||
error_notrace.go | ||
errors.go | ||
LICENSE | ||
once.go | ||
README.md | ||
standard.go | ||
value.go |
go-errors
simple but powerful errors library that allows easy wrapping and stacktracing of errors.
to disable stacktraces set the notrace
build tag.