下载地址:https://go.dev/dl/
中国镜像:https://golang.google.cn/doc/install
export GO111MODULE=on
export GOPROXY=https://mirrors.aliyun.com/goproxy/
go env
处理依赖mod
go mod tidygo help mod
获取依赖get
go get github.com/beego/beego/v2@latest
下载地址:https://go.dev/dl/
中国镜像:https://golang.google.cn/doc/install
export GO111MODULE=on
export GOPROXY=https://mirrors.aliyun.com/goproxy/
go env
处理依赖mod
go mod tidygo help mod
获取依赖get
go get github.com/beego/beego/v2@latest