Closed zaibon closed 10 years ago
You need to use goapp provided by the AppEngine SDK:
go_appengine/goapp get github.com/astaxie/beegae
Additionally, the only supported session provider is the appengine
provider. I left the other source files in there with the intention of enabling support for them in future releases of beegae. They all have buildflags included so that they are not compiled by the AppEngine SDK.
Let me know if that helps!
it works with goapp thanks for the hint