2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-28 21:33:30 +00:00
restic/internal/dump
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
..
acl_test.go dump: Additional ACL tests 2020-10-24 22:41:01 +02:00
acl.go Add more error handling 2021-01-30 20:19:47 +01:00
common_test.go repository: extract LoadTree/SaveTree 2022-07-17 13:11:28 +02:00
common.go Refactor internal/dump + concurrent load/write 2021-11-01 23:01:55 +01:00
tar_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
tar.go Refactor internal/dump + concurrent load/write 2021-11-01 23:01:55 +01:00
zip_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
zip.go Refactor internal/dump + concurrent load/write 2021-11-01 23:01:55 +01:00