1.下載go1.8.windows-amd64.msigit
2.設置PATH %goroot%\bin;github
3.設置GOPATH sql
4.安裝begoo:windows
go get github.com/astaxie/beegoorm
go get github.com/beego/beeserver
5.go get github.com/go-xorm/xormget
6.go get github.com/denisenkom/go-mssqldb (sql server )it
7.爲程序生成圖標ast
go get github.com/akavel/rsrc下載
rsrc -ico ico.ico -o rsrc.syso
8.bee new hello
cd hello
bee run hello