gotosocial/vendor/codeberg.org/gruf/go-errors/v2/README.md
tobi 5004e0a9da
[bugfix] Fix remote media pruning failing if media already gone (#548)
* fix error check of prune to allow missing files

* update go-store library, add test for pruning item with db entry but no file

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

* remove now-unneccessary error check

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

Co-authored-by: kim <grufwub@gmail.com>
2022-05-08 18:49:45 +01:00

154 B

go-errors

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

to disable stacktraces set the notrace build tag.