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

This commit is contained in:
2025-12-12 15:55:25 +08:00
parent c68b77b1b7
commit a47462ffd4

View File

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