Skip to content

Commit

Permalink
websocket: Direct people towards gorilla/websocket again
Browse files Browse the repository at this point in the history
  • Loading branch information
mortie committed Jul 24, 2023
1 parent fd8f332 commit 9955341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion websocket/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// existing projects, but it is not actively maintained.
// Use an alternative an more actively maintained WebSocket package instead:
//
// https://pkg.go.dev/nhooyr.io/websocket
// https://godoc.org/github.com/gorilla/websocket
package websocket // import "golang.org/x/net/websocket"

import (
Expand Down

0 comments on commit 9955341

Please sign in to comment.