We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7737a2e + 77b2e15 commit e437947Copy full SHA for e437947
README.md
@@ -11,6 +11,11 @@ websocket is a minimal and idiomatic WebSocket library for Go.
11
go get github.com/coder/websocket
12
```
13
14
+> [!NOTE]
15
+> Coder now maintains this project as explained in [this blog post](https://coder.com/blog/websocket).
16
+> We're grateful to [nhooyr](https://github.com/nhooyr) for authoring and maintaining this project from
17
+> 2019 to 2024.
18
+
19
## Highlights
20
21
- Minimal and idiomatic API
0 commit comments