chore: change module name after fork
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
<img width="150" src="https://raw.githubusercontent.com/recws-org/recws/master/recws-logo.png" alt="logo">
|
||||
<img width="150" src="https://raw.githubusercontent.com/andoma-go/recws/master/recws-logo.png" alt="logo">
|
||||
|
||||
# recws
|
||||
|
||||
***This is fork of [recws-org/recws](https://github.com/recws-org/recws) with some fixes***
|
||||
**_This is fork of [recws-org/recws](https://github.com/recws-org/recws) with some fixes_**
|
||||
|
||||
Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https://github.com/gorilla/websocket) that will automatically reconnect if the connection is dropped - thread safe!
|
||||
|
||||
[](https://travis-ci.com/recws-org/recws)
|
||||
[](https://godoc.org/github.com/mariuspass/recws)
|
||||
[](https://goreportcard.com/report/github.com/mariuspass/recws)
|
||||
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
|
||||
[](https://travis-ci.com/andoma-go/recws)
|
||||
[](https://godoc.org/github.com/andoma-go/recws)
|
||||
[](https://goreportcard.com/report/github.com/andoma-go/recws)
|
||||
[](https://github.com/andoma-go/recws/blob/master/LICENSE)
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
go get github.com/nikepan/recws
|
||||
go get github.com/andoma-go/recws
|
||||
```
|
||||
|
||||
## Sponsors
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
||||
"log"
|
||||
"time"
|
||||
|
||||
"github.com/nikepan/recws"
|
||||
"github.com/andoma-go/recws"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user