We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cae1b commit 8fb4466Copy full SHA for 8fb4466
statuscode.go
@@ -43,7 +43,7 @@ const (
43
// CloseError represents a WebSocket close frame.
44
// It is returned by Conn's methods when a WebSocket close frame is received from
45
// the peer.
46
-// You will need to use https://golang.org/x/xerrors to check for this error.
+// You will need to use https://godoc.org/golang.org/x/xerrors#As to check for this error.
47
type CloseError struct {
48
Code StatusCode
49
Reason string
0 commit comments