refactor: 更改module路径为独立仓库路径
- go.yandata.net/iod/iod/go-trustlog → go.yandata.net/wangsiyuan/go-trustlog - 更新 go.mod module声明 - 更新 README.md 安装说明 - 批量更新所有 .go 文件中的 import 路径 - 61个文件受影响 这样go-trustlog可以作为独立SDK使用
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
"github.com/ThreeDotsLabs/watermill/message"
|
||||
|
||||
"go.yandata.net/iod/iod/go-trustlog/api/logger"
|
||||
"go.yandata.net/iod/iod/go-trustlog/api/model"
|
||||
"go.yandata.net/wangsiyuan/go-trustlog/api/logger"
|
||||
"go.yandata.net/wangsiyuan/go-trustlog/api/model"
|
||||
)
|
||||
|
||||
// RetryWorkerConfig 重试工作器配置
|
||||
|
||||
Reference in New Issue
Block a user