We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ec361 commit ad92d3dCopy full SHA for ad92d3d
websocket/websocket.go
@@ -5,11 +5,10 @@
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 alternative
9
-// and more actively maintained WebSocket packages:
+// This package currently lacks some features found in an alternative
+// and more actively maintained WebSocket package:
10
11
-// https://godoc.org/github.com/gorilla/websocket
12
-// https://godoc.org/nhooyr.io/websocket
+// https://pkg.go.dev/nhooyr.io/websocket
13
package websocket // import "golang.org/x/net/websocket"
14
15
import (
0 commit comments