Skip to content

Commit 401b0e2

Browse files
committed
websocket: Direct people towards gorilla/websocket again
1 parent fd8f332 commit 401b0e2

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://github.com/gorilla/websocket
1313
package websocket // import "golang.org/x/net/websocket"
1414

1515
import (

0 commit comments

Comments
 (0)