Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9955341

Browse files
committedJul 24, 2023
websocket: Direct people towards gorilla/websocket again
1 parent fd8f332 commit 9955341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎websocket/websocket.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// existing projects, but it is not actively maintained.
1010
// Use an alternative an more actively maintained WebSocket package instead:
1111
//
12-
// https://pkg.go.dev/nhooyr.io/websocket
12+
// https://godoc.org/github.com/gorilla/websocket
1313
package websocket // import "golang.org/x/net/websocket"
1414

1515
import (

0 commit comments

Comments
 (0)
Please sign in to comment.