Closed matrixik closed 11 years ago
Now if you want use bee to create project, you should in $GOPATH/src
, other folder can't support.But you suggest is reasonable. In $GOPATH/src
sub-folder should support.
On Windows it create now main.go with import looking like:
import (
"\bitbucket.org\matrixik/beehello/controllers"
"github.com/astaxie/beego"
)
fix it now, update the bee and try again
Working now, thank you.
Best regards, Dobrosław Żybort
Hello,
I would like to create new project in
$GOPATH/src/bitbucket.org/matrixik
sub-folder so that I could import controllers folder with"bitbucket.org/matrixik/beehello/controllers"
instead of"beehello/controllers"
Now I see error:
It's not not very high priority, after all I can create app in
$GOPATH/src
, copy it to desired folder and update imports by hand.Best regards, Dobrosław Żybort