good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 7157c051 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Clarify dependency situation

parent 2c44f282
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ go get nhooyr.io/websocket
- First class [context.Context](https://blog.golang.org/context) support
- Fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
- Thorough tests with [90% coverage](https://coveralls.io/github/nhooyr/websocket)
- [Minimal dependencies](https://pkg.go.dev/nhooyr.io/websocket?tab=imports)
- [Single dependency](https://pkg.go.dev/nhooyr.io/websocket?tab=imports)
- JSON and protobuf helpers in the [wsjson](https://pkg.go.dev/nhooyr.io/websocket/wsjson) and [wspb](https://pkg.go.dev/nhooyr.io/websocket/wspb) subpackages
- Zero alloc reads and writes
- Concurrent writes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment