From 0ae267b16a2b3368a4339ca8cec4c7a347e8d62d Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 3 Sep 2019 21:28:59 -0500 Subject: [PATCH] websocket: Add nhooyr.io/websocket to the deprecation message nhooyr.io/websocket is another actively maintained and featureful library. Updates #18152 --- websocket/websocket.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket/websocket.go b/websocket/websocket.go index 1f4f7be4..6c45c735 100644 --- a/websocket/websocket.go +++ b/websocket/websocket.go @@ -5,11 +5,11 @@ // Package websocket implements a client and server for the WebSocket protocol // as specified in RFC 6455. // -// This package currently lacks some features found in an alternative -// and more actively maintained WebSocket package: +// This package currently lacks some features found in alternative +// and more actively maintained WebSocket packages: // // https://godoc.org/github.com/gorilla/websocket -// +// https://godoc.org/nhooyr.io/websocket package websocket // import "golang.org/x/net/websocket" import (