1.下载go1.8.windows-amd64.msi

2.设置PATH  %goroot%\bin;

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 

相关文章:

  • 2021-06-06
  • 2021-12-24
  • 2021-09-18
  • 2021-08-21
  • 2022-03-01
  • 2021-05-26
  • 2022-02-17
  • 2022-02-24
猜你喜欢
  • 2022-12-23
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案