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

codingcn · · 4009 次点击
建议加个选项,使用国内源gitee/github,使用github失败概率太大了
#1
更多评论
新建项目是支持选择国内源的 ``` // 使用基础模板 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
https://github.com/go-co-op/gocron 定时任务感觉这个库好用点
#3