Closed emicklei closed 10 years ago
Due to a recent update in the GAE Go SDK you have to use relative import paths for your actual application. The import paths in the example provided should be kept as is.
There have also been quite a few updates to the beego project that I haven't yet merged which may also be causing a problem. I will have more time to test/look into it later this week and will merge in updates as required.
FYI - The project should have always been able to run the basic hello app but some of the new features of beego were not included. I've just updated the project to match up to beego v1.2.0 and was able to run the provided example app.
Thank you.
cool
To make "goapp serve" work, I changed the import in main.go to
However, the local server still complaints with:
I am not sure if it is intended to work locally; I guess it should.