mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 13:42:24 -05:00
* 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> |
||
|---|---|---|
| .. | ||
| callers.go | ||
| error.go | ||
| error_notrace.go | ||
| errors.go | ||
| LICENSE | ||
| once.go | ||
| README.md | ||
| standard.go | ||
go-errors
simple but powerful errors library that allows easy wrapping and stacktracing of errors.
to disable stacktraces set the notrace build tag.