GOPATH之外新建beego项目 - 蝈蝈俊

📝

内容提要

配置go mod Go 1.11,可以将项目放在 GOPATH 之外, 下面的过程就是这样场景的项目建立过程。 $ go mod init archmeasure go: creating new go.mod: module archmeasure go: to add module requir

➡️

继续阅读