Skip to content

Commit 108d137

Browse files
committedOct 19, 2023
Update README.md
1 parent db79f72 commit 108d137

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# websocket
22

33
[![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)
55

66
websocket is a minimal and idiomatic WebSocket library for Go.
77

@@ -126,7 +126,6 @@ Advantages of nhooyr.io/websocket:
126126
- Full [permessage-deflate](https://tools.ietf.org/html/rfc7692) compression extension support
127127
- Gorilla only supports no context takeover mode
128128
- [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))
130129

131130
#### golang.org/x/net/websocket
132131

0 commit comments

Comments
 (0)
Please sign in to comment.