File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# websocket
22
3- [ ![ release] ( https://img.shields.io/github/v/release/nhooyr/websocket?color=6b9ded&sort=semver )] ( https://github.com/nhooyr/websocket/releases )
43[ ![ godoc] ( https://godoc.org/nhooyr.io/websocket?status.svg )] ( https://godoc.org/nhooyr.io/websocket )
5- [ ![ coverage] ( https://img.shields.io/coveralls/github/nhooyr/websocket?color=65d6a4 )] ( https://coveralls.io/github/nhooyr/websocket )
6- [ ![ ci] ( https://github.com/nhooyr/websocket/workflows/ci/badge.svg )] ( https://github.com/nhooyr/websocket/actions )
4+ [ ![ ci] ( https://img.shields.io/github/workflow/status/nhooyr/websocket/ci?label=ci )] ( https://github.com/nhooyr/websocket/actions )
75
86websocket is a minimal and idiomatic WebSocket library for Go.
97
@@ -17,7 +15,8 @@ go get nhooyr.io/websocket
1715
1816- Minimal and idiomatic API
1917- First class [ context.Context] ( https://blog.golang.org/context ) support
20- - Thorough tests, fully passes the WebSocket [ autobahn-testsuite] ( https://github.com/crossbario/autobahn-testsuite )
18+ - Fully passes the WebSocket [ autobahn-testsuite] ( https://github.com/crossbario/autobahn-testsuite )
19+ - Thorough unit tests with [ 90% coverage] ( https://coveralls.io/github/nhooyr/websocket )
2120- [ Minimal dependencies] ( https://godoc.org/nhooyr.io/websocket?imports )
2221- JSON and protobuf helpers in the [ wsjson] ( https://godoc.org/nhooyr.io/websocket/wsjson ) and [ wspb] ( https://godoc.org/nhooyr.io/websocket/wspb ) subpackages
2322- Zero alloc reads and writes
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ ci/out/coverage.html: gotest
77 go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
88
99coveralls : gotest
10- # https://github.com/coverallsapp/github-action/blob/master/src/run.ts
1110 echo " --- coveralls"
1211 goveralls -coverprofile=ci/out/coverage.prof
1312
You can’t perform that action at this time.
0 commit comments