Skip to content

Commit fd8f332

Browse files
committed
websocket: Clarify the status of the package as retired
1 parent f7250ea commit fd8f332

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

websocket/websocket.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
// Package websocket implements a client and server for the WebSocket protocol
66
// as specified in RFC 6455.
77
//
8-
// This package currently lacks some features found in an alternative
9-
// and more actively maintained WebSocket package:
8+
// This package is retired. It is stll around in order to avoid breaking
9+
// existing projects, but it is not actively maintained.
10+
// Use an alternative an more actively maintained WebSocket package instead:
1011
//
1112
// https://pkg.go.dev/nhooyr.io/websocket
1213
package websocket // import "golang.org/x/net/websocket"

0 commit comments

Comments
 (0)