Skip to content

Commit

Permalink
websocket: Clarify the status of the package as retired
Browse files Browse the repository at this point in the history
  • Loading branch information
mortie committed Jul 24, 2023
1 parent f7250ea commit fd8f332
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd8f332

Please sign in to comment.