1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 04:56:48 +00:00
restic/internal/errors
greatroar 07e5c38361 errors: Drop Cause in favor of Go 1.13 error handling
The only use cases in the code were in errors.IsFatal, backend/b2,
which needs a workaround, and backend.ParseLayout. The last of these
requires all backends to implement error unwrapping in IsNotExist.
All backends except gs already did that.
2022-10-08 13:08:08 +02:00
..
doc.go
errors.go errors: Drop Cause in favor of Go 1.13 error handling 2022-10-08 13:08:08 +02:00
fatal.go errors: Drop Cause in favor of Go 1.13 error handling 2022-10-08 13:08:08 +02:00
fatal_test.go