之前bee 是用go mod方式下载的,然后 beego 的 package 都自动下载到 $GOPATH/pkg/mod/github.com中。
在bee new之后vscode打开项目,报错
~~~go
cannot find package "github.com/astaxie/beego" in any of:
C:\GO\src\github.com\astaxie\beego (from $GOROOT)
C:\GoPath\src\github.com\astaxie\beego (from $GOPATH)
~~~
请问这个问题应该如何解决~