Skip to content

Commit

Permalink
websocket: update nhooyr.io/websocket to github.com/coder/websocket
Browse files Browse the repository at this point in the history
Maintenance of nhooyr.io/websocket has moved to github.com/coder/websocket.

Read more about the transition at https://coder.com/blog/websocket

Updates golang/go#18152

Change-Id: Ia2b11c9a57ad7ded775b50a5bbb7ea91562d39b5
GitHub-Last-Rev: 59cea5e
GitHub-Pull-Request: #222
Reviewed-on: https://go-review.googlesource.com/c/net/+/614075
Reviewed-by: Ian Lance Taylor <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Damien Neil <[email protected]>
Auto-Submit: Damien Neil <[email protected]>
  • Loading branch information
mafredri authored and gopherbot committed Sep 25, 2024
1 parent 7191757 commit f88258d
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 @@ -8,7 +8,7 @@
// This package currently lacks some features found in an alternative
// and more actively maintained WebSocket package:
//
// https://pkg.go.dev/nhooyr.io/websocket
// https://pkg.go.dev/github.com/coder/websocket
package websocket // import "golang.org/x/net/websocket"

import (
Expand Down

0 comments on commit f88258d

Please sign in to comment.