mirror of
https://github.com/restic/restic.git
synced 2026-05-29 21:35:23 +00:00
c8fc789393
Commands used:
$ gofmt -w -r 'errors.Fatalf(x) -> errors.Fatal(x)' src
$ gofmt -w -r 'errors.Errorf(x) -> errors.New(x)' src
Closes #789