From fd8f332bee8eb4fe8822f233a111bd13846a8405 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..c8e184b4f6 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 WebSocket package instead: // // https://pkg.go.dev/nhooyr.io/websocket package websocket // import "golang.org/x/net/websocket"