? 0001 No application 'E:\www\go\blog' found in your GOPATH
时间:2020-06-15 10:16:56
收藏:0
阅读:91
go mod 配置 beego
首先cmd
bee new blog
go mod init
然后复制到任意目录
bee run 就会报错,
要退出该目录,进入上级目录
bee run blog 才行
评论(0)