sftpgo/common
Nicola Murino ca3e15578e
Use new methods in the io and os packages instead of ioutil ones
ioutil is deprecated in Go 1.16 and SFTPGo is an application, not
a library, we have no reason to keep compatibility with old Go
versions.

Go 1.16 fix some cifs related issues too.
2021-02-25 21:53:04 +01:00
..
actions.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
actions_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
common.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
common_test.go minor doc fixes 2021-02-14 22:08:08 +01:00
connection.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
connection_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
defender.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
defender_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
httpauth.go telemetry server: add optional https and authentication 2020-12-18 16:04:42 +01:00
httpauth_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
tlsutils.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
tlsutils_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
transfer.go micro optimizations spotted using the go-critic linter 2021-02-16 19:11:36 +01:00
transfer_test.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00