websocket 增加多分组 fork https://github.com/olahol/melody

7 lines
95 B

language: go
go:
- 1.3
install:
- go get github.com/gorilla/websocket
script:
- go test -v