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,7 +7,7 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"go.yandata.net/iod/iod/go-trustlog/internal/helpers"
|
||||
"go.yandata.net/wangsiyuan/go-trustlog/internal/helpers"
|
||||
)
|
||||
|
||||
func TestNewTLVReader(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user