1、到GOPATH\pkg\mod\github.com\beego\bee@v1.12.3下,执行:
go mod tidy
go install
2、这样就会在GOPATH\bin下生成bee.exe了
3、然后我们需要把bee.exe复制到GOROOT\bin下
4、bee version