Skip to content

Commit

Permalink
websocket: don't recommend Gorilla
Browse files Browse the repository at this point in the history
It's no longer maintained.

Fixes golang/go#57228

Change-Id: I6678d1959a36761477e5c634c21305f775c80761
Reviewed-on: https://go-review.googlesource.com/c/net/+/457356
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
ianlancetaylor authored and gopherbot committed Dec 13, 2022
1 parent e1ec361 commit ad92d3d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
// Package websocket implements a client and server for the WebSocket protocol
// as specified in RFC 6455.
//
// This package currently lacks some features found in alternative
// and more actively maintained WebSocket packages:
// This package currently lacks some features found in an alternative
// and more actively maintained WebSocket package:
//
// https://godoc.org/github.com/gorilla/websocket
// https://godoc.org/nhooyr.io/websocket
// https://pkg.go.dev/nhooyr.io/websocket
package websocket // import "golang.org/x/net/websocket"

import (
Expand Down

0 comments on commit ad92d3d

Please sign in to comment.