core/README.md

8 lines
186 B
Markdown
Raw Normal View History

2025-02-07 19:24:54 +08:00
# 私有仓库core 设置
```
2025-02-07 16:16:33 +08:00
go env -w GOPRIVATE=git.apinb.com/*
go env -w GONOPROXY=git.apinb.com/*
go env -w GOINSECURE=git.apinb.com/*
2025-02-07 19:24:54 +08:00
go env -w GONOSUMDB=git.apinb.com/*
```