We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用:go get -u github.com/beego/beego/v2 出现:cannot find package "github.com/beego/beego/v2" in any of: ... 请问何解?
The text was updated successfully, but these errors were encountered:
你打开了go module么?
Sorry, something went wrong.
@812781385 加上export GO111MODULE=on就可以了
go install github.com/beego/bee/v2@latest
最直接的方法 下载 bee.exe 拷贝到 goroot bin 即可
No branches or pull requests
使用:go get -u github.com/beego/beego/v2
出现:cannot find package "github.com/beego/beego/v2" in any of: ...
请问何解?
The text was updated successfully, but these errors were encountered: