diff --git a/websocket/websocket.go b/websocket/websocket.go index 90a2257cd5..765fc99c63 100644 --- a/websocket/websocket.go +++ b/websocket/websocket.go @@ -5,10 +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://pkg.go.dev/nhooyr.io/websocket +// https://pkg.go.dev/github.com/gorilla/websocket package websocket // import "golang.org/x/net/websocket" import (