2 Commits

2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/blueocean-go/reconnect
module git.whblueocean.cn/blueocean-go/reconnect
go 1.21