修改包名

This commit is contained in:
2025-11-30 13:43:43 +08:00
parent 23d3840050
commit a655640ab2
38 changed files with 729 additions and 104 deletions

View File

@@ -130,7 +130,7 @@ go env -w GONOSUMDB=git.toowon.com
2. 确认 Git 认证已配置
3. 尝试手动克隆仓库验证:
```bash
git clone git@git.toowon.com:jimmy/go-commom.git
git clone git@git.toowon.com:jimmy/go-common.git
```
#### 问题2go mod download 失败
@@ -164,7 +164,7 @@ git config --global url."git@git.toowon.com:".insteadOf "https://git.toowon.com/
go env | grep GOPRIVATE
# 4. 测试模块下载
go get git.toowon.com/jimmy/go-commom@latest
go get git.toowon.com/jimmy/go-common@latest
```
### 参考文档