1. install beegogit
Firstly, I have installed Go and set the enviroment and set PATH.github
However, I fail to download github.com/astaxie/beego.spa
solution: install git and set the PATH as C:\Program Files (x86)\Git\bincode
then run blog
d:>go get github.com/astaxie/beego
then the files are created as get
2.install bee and add $GOPATH/bin
into $PATHit
go get github.com/beego/bee
3. create a new project and run it.io
>cd %GOPATH%/src >bee new hello >cd hello >bee run hello