1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-31 03:31:21 +00:00
restic/internal/restorer
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
..
doc.go
filerestorer.go
filerestorer_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
fileswriter.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
fileswriter_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
hardlinks_index.go
hardlinks_index_test.go
preallocate_darwin.go
preallocate_linux.go
preallocate_other.go
preallocate_test.go
restorer.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
restorer_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
restorer_unix_test.go restic: Change FindSnapshot functions to return the snapshot 2022-10-15 13:34:04 +02:00
restorer_windows_test.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
sparsewrite.go
truncate_other.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00
truncate_windows.go restore: support sparse restores also on windows 2022-09-24 21:39:39 +02:00