restic/internal/hashing
Michael Eischer ff7ef5007e Replace most usages of ioutil with the underlying function
The ioutil functions are deprecated since Go 1.17 and only wrap another
library function. Thus directly call the underlying function.

This commit only mechanically replaces the function calls.
2022-12-02 19:36:43 +01:00
..
reader.go hashing: Fix up comments 2022-05-11 21:36:10 +02:00
reader_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
writer.go errcheck: Add error checks 2021-01-30 20:02:37 +01:00
writer_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00