restic/changelog/unreleased/pr-3250

7 lines
235 B
Plaintext
Raw Normal View History

2021-01-30 19:22:25 +00:00
Enhancement: Add more error checks
We've added a lot more error checks in places where errors were ignored before
(as hinted by the static analysis programm `errcheck` via `golangci-lint`).
https://github.com/restic/restic/pull/3250