Update README to change the go get command to use the correct repository URL for the reconnect package. #2

Merged
mym merged 1 commits from reconnect-mym into main 2025-12-12 15:55:57 +08:00

View File

@@ -14,7 +14,7 @@
## 安装 ## 安装
```bash ```bash
go get github.com/blueocean-go/reconnect go get git.whblueocean.cn/blueocean-go/reconnect
``` ```
## 快速开始 ## 快速开始