go-net/websocket
Damien Neil c1f5833288 all: replace deprecated io/ioutil calls
The io/ioutil package's features were moved to
the io and os packages in Go 1.16.

x/net depends on Go 1.18. Drop ioutil calls,
so gopls doesn't warn about them.

Change-Id: Ibdb576d94f250808ae285aa142e2fd41e7e9afc9
Reviewed-on: https://go-review.googlesource.com/c/net/+/586244
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-05-21 19:59:00 +00:00
..
client.go websocket: re-add documentation for DialConfig 2024-03-04 17:27:04 +00:00
dial.go websocket: add support for dialing with context 2024-02-27 23:21:14 +00:00
dial_test.go websocket: add support for dialing with context 2024-02-27 23:21:14 +00:00
exampledial_test.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
examplehandler_test.go go.net: use golang.org/x/... import paths 2014-11-10 09:04:43 +11:00
hybi.go all: replace deprecated io/ioutil calls 2024-05-21 19:59:00 +00:00
hybi_test.go websocket: don't send IPv6 zone identifier in outbound request, per RFC 6874 2015-08-13 11:46:27 +00:00
server.go websocket: drop unreachable code 2015-08-03 20:45:16 +00:00
websocket.go all: replace deprecated io/ioutil calls 2024-05-21 19:59:00 +00:00
websocket_test.go websocket: use of crypto/rand package in test 2016-10-13 03:56:52 +00:00