Golang配置
1.下载go1.8.windows-amd64.msi
2.设置PATH %goroot%in;
3.设置GOPATH
4.安装begoo:
go get github.com/astaxie/beego
go get github.com/beego/bee
5.go get github.com/go-xorm/xorm
6.go get github.com/denisenkom/go-mssqldb (sql server )
7.为程序生成图标
go get github.com/akavel/rsrc
rsrc -ico ico.ico -o rsrc.syso
8.bee new hello
cd hello
bee run hello