sftpgo/examples/ldapauthserver/httpd
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
..
auth.go refactoring: add common package 2020-07-24 23:39:38 +02:00
httpd.go Use new methods in the io and os packages instead of ioutil ones 2021-02-25 21:53:04 +01:00
ldapauth.go external auth: add example HTTP server to use as authentication hook 2020-04-26 14:48:32 +02:00
models.go add metrics for Azure Blob storage 2020-10-26 19:01:17 +01:00
tlsutils.go refactoring: add common package 2020-07-24 23:39:38 +02:00