change repo
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
# recws
|
# recws
|
||||||
|
|
||||||
|
***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!
|
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://travis-ci.com/recws-org/recws)
|
||||||
@@ -12,7 +14,7 @@ Reconnecting WebSocket is a websocket client based on [gorilla/websocket](https:
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/recws-org/recws
|
go get github.com/nikepan/recws
|
||||||
```
|
```
|
||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
@@ -21,8 +23,8 @@ go get github.com/recws-org/recws
|
|||||||
|
|
||||||
## Logo
|
## Logo
|
||||||
|
|
||||||
- Logo by [Anastasia Marx](https://www.behance.net/AnastasiaMarx)
|
- Logo by [Anastasia Marx](https://www.behance.net/AnastasiaMarx)
|
||||||
- Gopher by [Gophers](https://github.com/egonelbre/gophers)
|
- Gopher by [Gophers](https://github.com/egonelbre/gophers)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -2,9 +2,10 @@ package main
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/recws-org/recws"
|
|
||||||
"log"
|
"log"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/nikepan/recws"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user