File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# websocket
2
2
3
3
[ ![ godoc] ( https://godoc.org/nhooyr.io/websocket?status.svg )] ( https://pkg.go.dev/nhooyr.io/websocket )
4
- [ ![ coverage] ( https://img.shields.io/badge/coverage-89 %25-success )] ( https://nhooyr.io/websocket/coverage.html )
4
+ [ ![ coverage] ( https://img.shields.io/badge/coverage-91 %25-success )] ( https://nhooyr.io/websocket/coverage.html )
5
5
6
6
websocket is a minimal and idiomatic WebSocket library for Go.
7
7
@@ -126,7 +126,6 @@ Advantages of nhooyr.io/websocket:
126
126
- Full [ permessage-deflate] ( https://tools.ietf.org/html/rfc7692 ) compression extension support
127
127
- Gorilla only supports no context takeover mode
128
128
- [ CloseRead] ( https://pkg.go.dev/nhooyr.io/websocket#Conn.CloseRead ) helper ([ gorilla/websocket #492 ] ( https://github.com/gorilla/websocket/issues/492 ) )
129
- - Actively maintained ([ gorilla/websocket #370 ] ( https://github.com/gorilla/websocket/issues/370 ) )
130
129
131
130
#### golang.org/x/net/websocket
132
131
You can’t perform that action at this time.
0 commit comments