网址:https://beego.me
1、用CMD,下载插件:
$ go get -u github.com/astaxie/beego
$ go get -u github.com/beego/bee
$ go get github.com/astaxie/beego/validation //表单验证插件
go get github.com/astaxie/beego/session //安装 session
2、Windows 平台下输入:
>cd %GOPATH%/src //进入GOPATH的src项目下
>bee new hello //新建一个hello项目
>cd hello //进入这项目
>bee run hello //启动项目程序