restic/internal/backend/local
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
..
config.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
layout_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
local_internal_test.go local: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
local_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
local_unix.go backend/local: Ignore ENOTTY for fsync on Mac 2022-11-11 22:51:51 +01:00
local_windows.go backend/local: Ignore ENOTTY for fsync on Mac 2022-11-11 22:51:51 +01:00