Skip to content

Commit 59cea5e

Browse files
authored
websocket: update nhooyr.io/websocket to github.com/coder/websocket
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
1 parent 3c333c0 commit 59cea5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websocket/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// This package currently lacks some features found in an alternative
99
// and more actively maintained WebSocket package:
1010
//
11-
// https://pkg.go.dev/nhooyr.io/websocket
11+
// https://pkg.go.dev/github.com/coder/websocket
1212
package websocket // import "golang.org/x/net/websocket"
1313

1414
import (

0 commit comments

Comments
 (0)