1.安装 Go
选择window版本:https://golang.google.cn/dl/
2.安装 idea
下载:IntelliJ IDEA 2018.3 安装+永久激活:(版本需小于2019,有可能plugins商店使用异常)
- idea 中安装 bee
IDEA打开命令行快捷键:Alt + F12
5.安装 beego
输入:
//检验
go version
//下载beego框架
go get -u github.com/astaxie/beego
go get -u github.com/beego/bee
//等待片刻
下载完后:
go bee version(检验)
//成功
6.第一个 go 项目