Closed cyg0618 closed 3 years ago
Could you try with go get -u github.com/beego/bee
?
I have tried both
go get -u github.com/beego/bee
and
go get github.com/beego/bee
.
But both of them are giving the same error.
Same errors!
The latest version is from "develop" branch and we use it to support develop-2.0. Could you try with "go get github.com/beego/bee@1.12.0"
The latest version is from "develop" branch and we use it to support develop-2.0. Could you try with "go get github.com/beego/bee@1.12.0"
When i try to run the command "go get github.com/beego/bee@1.12.0" I get the following error
go: cannot use path@version syntax in GOPATH mode
I have same problems. But I installed bee manually.
1 download bee from github 2 build bee project: go build main.go 3 move exec to /Users/xxxx/go/bin 4 add follow line to your .zshrc file (or bash_profile)
export GOPATH=/Users/xxxx/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
5 restart iterm
@yvesjordan06
export GO111MODULE=on
go get github.com/beego/bee@v1.12.0
Work on my install
system WSL2 ubuntu18.04
config :
go env
go get -v github.com/beego/bee