bee
bee copied to clipboard
Can't create application outside of GOPATH
I would like to create an api application based on beego, but the bee reports the following error:
$ bee api westfoto
can't create application outside of GOPATH /Users/Red/Projects/gocode
you first should cd $GOPATH/src then use create
I'm sure i'm in the $GOPATH/src dictionary. so please look into the code please.