Skip to content

Commit

Permalink
websocket: Add nhooyr.io/websocket to the deprecation message
Browse files Browse the repository at this point in the history
nhooyr.io/websocket is another actively maintained and featureful library.

Updates #18152
  • Loading branch information
nhooyr committed Sep 21, 2019
1 parent ba9fcec commit 0ae267b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// 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 currently lacks some features found in alternative
// and more actively maintained WebSocket packages:
//
// https://godoc.org/github.com/gorilla/websocket
//
// https://godoc.org/nhooyr.io/websocket
package websocket // import "golang.org/x/net/websocket"

import (
Expand Down

0 comments on commit 0ae267b

Please sign in to comment.