摘要:GO语言 安装go a. 打开网址https://golang.org/dl/ b. 根据操作系统选择对应的安装包 c. 点击安装包进行安装(linux直接解压) d. 设置环境变量(linux) 1. export GOROOT=$PATH:/path/to/go/ 2. export PATH=
阅读全文
摘要:▶ 0004 Failed to build the application: go: github.com/beego/beego/v2@v2.0.1: missing go.sum entry; to add it: go mod download github.com/beego/beego/
阅读全文
摘要:正常下载安装beego框架和bee工具 1、打开cmd ,依次输入并回车 go get -u github.com/astaxie/beego go get -u github.com/beego/bee e: cd E:\work\golangtest\golangTest bee new hel
阅读全文