mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
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. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| common.go | ||
| common_test.go | ||
| connection.go | ||
| connection_test.go | ||
| defender.go | ||
| defender_test.go | ||
| httpauth.go | ||
| httpauth_test.go | ||
| tlsutils.go | ||
| tlsutils_test.go | ||
| transfer.go | ||
| transfer_test.go | ||