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 f76576d commit 6767427Copy full SHA for 6767427
README.md
@@ -26,11 +26,11 @@ go get nhooyr.io/websocket
26
27
## Roadmap
28
29
-- [ ] WebSockets over HTTP/2 #4
30
-- [ ] Deflate extension support #5
31
-- [ ] More optimization #11
32
-- [ ] WASM #15
33
-- [ ] Ping/pongs #1
+- [ ] WebSockets over HTTP/2 [#4](https://github.com/nhooyr/websocket/issues/4)
+- [ ] Deflate extension support [#5](https://github.com/nhooyr/websocket/issues/5)
+- [ ] More optimization [#11](https://github.com/nhooyr/websocket/issues/11)
+- [ ] WASM [#15](https://github.com/nhooyr/websocket/issues/15)
+- [ ] Ping/pongs [#1](https://github.com/nhooyr/websocket/issues/1)
34
35
## Example
36
0 commit comments