首先安装git
//centos yum install git //mac brew install git
安装beego,装好后在你GOPATH指定的目录中会有src和pkg文件.
//注意网络 go get github.com/astaxie/beego
安装bee工具
go get github.com/beego/bee
将bee工具加入环境变量中
vim .bash_profile 追加
export PATH=$PATH:<your_main_gopath>/bin
重新加载环境变量
source .bash_profile
然后通过 bee version -o json 查看go的相关信息