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
|
# 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!
|
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/andoma-go/recws)
|
||||||
[](https://godoc.org/github.com/mariuspass/recws)
|
[](https://godoc.org/github.com/andoma-go/recws)
|
||||||
[](https://goreportcard.com/report/github.com/mariuspass/recws)
|
[](https://goreportcard.com/report/github.com/andoma-go/recws)
|
||||||
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
|
[](https://github.com/andoma-go/recws/blob/master/LICENSE)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get github.com/nikepan/recws
|
go get github.com/andoma-go/recws
|
||||||
```
|
```
|
||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
@@ -28,4 +28,4 @@ go get github.com/nikepan/recws
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
recws is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
recws is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/nikepan/recws"
|
"github.com/andoma-go/recws"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user