astaxie / beegae

beego for GAE
Other
38 stars 11 forks source link

Added support for Appengine Managed VMs #17

Closed Codonaut closed 9 years ago

Codonaut commented 9 years ago

Appengine Managed VMs import the "appengine" package from a different location. This means the current beegae code doesn't support managed vms. Here I've used build constraint tags to put the Controller struct and Init functions into two separate files-- one for appengine, one for appenginevm.