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 8cf6647 commit a9e9d67Copy full SHA for a9e9d67
1 file changed
netconn.go
@@ -94,7 +94,7 @@ func NetConn(ctx context.Context, c *Conn, msgType MessageType) net.Conn {
94
}
95
96
type netConn struct {
97
- // These must be first to be aligned on 32 bit platforms.
+ // These must be first to be aligned on 32 bit platforms.
98
// https://github.com/nhooyr/websocket/pull/438
99
readExpired int64
100
writeExpired int64
0 commit comments