beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.44k stars 920 forks source link

cant find bee tool in "GOPATH/bin", when I installed the beego and bee following your steps #776

Closed Beaelf closed 3 years ago

flycash commented 3 years ago

What did you mean? Did you find the file under GOPATH/bin? Please check two things:

  1. you are using go mod
  2. after running install command, you found the file under GOPATH/bin
  3. check you PATH and make sure that it contains GOPATH/bin directory
Beaelf commented 3 years ago

thank you, I have solved this problem