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
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ go get nhooyr.io/websocket ...@@ -16,7 +16,7 @@ go get nhooyr.io/websocket
- First class [context.Context](https://blog.golang.org/context) support - First class [context.Context](https://blog.golang.org/context) support
- Fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite) - Fully passes the WebSocket [autobahn-testsuite](https://github.com/crossbario/autobahn-testsuite)
- Thorough tests with [90% coverage](https://coveralls.io/github/nhooyr/websocket) - 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 - 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 - Zero alloc reads and writes
- Concurrent writes - Concurrent writes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment