根据官方文档处理 https://beego.me/quickstart

先安装git

 然后 安装 Beego 和 Bee 的开发工具:

$ go get github.com/astaxie/beego
$ go get github.com/beego/bee

遇到的问题 在安装
beego/bee的时候一直报错找不到文件

go框架beego Windows 搭建记录和遇到的坑


一直卡在这里, github.com\derekparker\delve\terminal 找不到
发现 github.com\derekparker\delve\pkg\terminal 目录下有
terminal文件夹 目录拷贝过来 问题解决

其他按照官方文档处理即可






相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2021-09-10
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-13
  • 2021-10-01
  • 2022-01-12
  • 2021-10-19
  • 2022-12-23
  • 2021-04-27
相关资源
相似解决方案