1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-08 07:27:27 +00:00
restic/internal/backend/sftp
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 gofmt all files 2022-08-19 19:12:26 +02:00
config_test.go sftp: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
doc.go
layout_test.go sftp: Limit concurrent backend operations 2022-04-09 12:21:38 +02:00
sftp.go backend: remove unused Paths variable 2022-10-21 21:36:05 +02:00
sftp_test.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
sshcmd_test.go