We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7250ea commit fd8f332Copy full SHA for fd8f332
websocket/websocket.go
@@ -5,8 +5,9 @@
5
// Package websocket implements a client and server for the WebSocket protocol
6
// as specified in RFC 6455.
7
//
8
-// This package currently lacks some features found in an alternative
9
-// 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.
10
+// Use an alternative an more actively maintained WebSocket package instead:
11
12
// https://pkg.go.dev/nhooyr.io/websocket
13
package websocket // import "golang.org/x/net/websocket"
0 commit comments