Skip to content

Commit 97edce0

Browse files
committed
websocket: mention the gorilla package
Updates golang/go#18152 Change-Id: Ia3df3f9668847690e60a2af0680cf1bd66042384 Reviewed-on: https://go-review.googlesource.com/33806 Reviewed-by: Ross Light <[email protected]>
1 parent 4971afd commit 97edce0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

websocket/websocket.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
// Package websocket implements a client and server for the WebSocket protocol
66
// as specified in RFC 6455.
7+
//
8+
// This package currently lacks some features found in an alternative
9+
// and more actively maintained WebSocket package:
10+
//
11+
// https://godoc.org/github.com/gorilla/websocket
12+
//
713
package websocket // import "golang.org/x/net/websocket"
814

915
import (

0 commit comments

Comments
 (0)