mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
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 https://github.com/golang/go/issues/18152
This commit is contained in:
committed by
GitHub
parent
3c333c0c52
commit
59cea5e101
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user