We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3ae0 commit 2914f46Copy full SHA for 2914f46
websocket/websocket.go
@@ -6,9 +6,10 @@
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:
+// and more actively maintained WebSocket packages:
10
11
-// https://pkg.go.dev/github.com/coder/websocket
+// - [github.com/gorilla/websocket]
12
+// - [github.com/coder/websocket]
13
package websocket // import "golang.org/x/net/websocket"
14
15
import (
0 commit comments