Nunu: 助你快速构建高效可靠的Go应用

codingcn · 2023-06-07 13:02:16 · 4501 次点击

新建项目是支持选择国内源的

// 使用基础模板
nunu new projectName -r https://gitee.com/go-nunu/nunu-layout-basic.git
// 使用高级模板
nunu new projectName -r https://gitee.com/go-nunu/nunu-layout-advanced.git

go install可以使用goproxy加速

go env -w GOPROXY=https://goproxy.cn,direct
#2
更多评论

建议加个选项,使用国内源gitee/github,使用github失败概率太大了

#1