tailscale/net/tshttpproxy
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Reference: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-09-15 21:45:53 -07:00
..
mksyscall.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2022-07-27 16:33:57 -06:00
tshttpproxy.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 2021-02-18 08:27:37 -08:00
tshttpproxy_future.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tshttpproxy_linux.go tshttpproxy: support synology proxy configuration 2022-04-21 18:39:00 -07:00
tshttpproxy_synology.go net/tshttpproxy: synology: pick proxy by scheme 2022-04-28 11:56:37 -07:00
tshttpproxy_synology_test.go refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
tshttpproxy_test.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 2021-02-18 08:27:37 -08:00
tshttpproxy_windows.go all: use syncs.AtomicValue 2022-08-04 11:52:16 -07:00
zsyscall_windows.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2022-07-27 16:33:57 -06:00