tailscale/safesocket
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
..
basic_test.go safesocket: add ConnectionStrategy, provide control over fallbacks 2021-12-09 15:46:38 -08:00
pipe_windows.go all: gofmt for Go 1.19 2022-08-02 10:08:05 -07:00
safesocket.go safesocket: add ConnectionStrategy, provide control over fallbacks 2021-12-09 15:46:38 -08:00
safesocket_darwin.go refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
safesocket_js.go safesocket: add ConnectionStrategy, provide control over fallbacks 2021-12-09 15:46:38 -08:00
safesocket_ps.go all: minor code cleanup 2021-12-09 15:46:38 -08:00
safesocket_test.go safesocket: refactor macOS auth code, pull out separate LocalTCPPortAndToken 2021-01-29 14:34:57 -08:00
unixsocket.go all: gofmt for Go 1.19 2022-08-02 10:08:05 -07:00