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
  • Loading branch information
mafredri authored Sep 18, 2024
1 parent 3c333c0 commit 59cea5e
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 59cea5e

Please sign in to comment.