From a43484cb8fcf2d4b650f5d916720e2f53c3396b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B8rum?= Date: Sun, 28 May 2023 13:47:06 +0200 Subject: [PATCH] websocket: Clarify the status of the package as retired --- websocket/websocket.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket/websocket.go b/websocket/websocket.go index 90a2257cd5..dea4ab1836 100644 --- a/websocket/websocket.go +++ b/websocket/websocket.go @@ -5,8 +5,9 @@ // 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 is retired. It is stll around in order to avoid breaking +// existing projects, but it is not actively maintained. +// Use an alternative an more actively maintained WebSoket package instead: // // https://pkg.go.dev/nhooyr.io/websocket package websocket // import "golang.org/x/net/websocket"