File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# websocket
2
2
3
3
[ ![ GoDoc] ( https://godoc.org/nhooyr.io/websocket?status.svg )] ( https://godoc.org/nhooyr.io/websocket )
4
+ [ ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/nhooyr/websocket?color=critical&sort=semver )] ( https://github.com/nhooyr/websocket/releases )
5
+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=success )] ( https://codecov.io/gh/nhooyr/websocket )
4
6
[ ![ CI] ( https://img.shields.io/circleci/build/github/nhooyr/websocket?label=ci )] ( https://github.com/nhooyr/websocket/commits/master )
5
- [ ![ Codecov] ( https://img.shields.io/codecov/c/github/nhooyr/websocket.svg?color=brightgreen )] ( https://codecov.io/gh/nhooyr/websocket )
6
7
7
8
websocket is a minimal and idiomatic WebSocket library for Go.
8
9
9
10
## Install
10
11
11
12
``` bash
12
- go get nhooyr.io/websocket@v1.5.1
13
+ go get nhooyr.io/websocket
13
14
```
14
15
15
16
## Features
You can’t perform that action at this time.
0 commit comments