azure-container-networking/server/tls
Eng Zer Jun e812bc82b8
refactor: move from io/ioutil to io and os packages (#1096)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-17 16:31:42 -06:00
..
tls_certificate_retriever.go CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
tlscertificate_retriever.go CI: Add golint-ci (#888) 2021-06-01 16:58:56 -07:00
tlscertificate_retriever_linux.go refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
tlscertificate_retriever_linux_test.go refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
tlscertificate_retriever_windows.go refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00
tlscertificate_retriever_windows_test.go refactor: move from io/ioutil to io and os packages (#1096) 2021-11-17 16:31:42 -06:00