GoogleCloudPlatform / go-endpoints

Cloud Endpoints for Go
https://go-endpoints.appspot.com
Apache License 2.0
255 stars 56 forks source link

Support for managed VMs #76

Closed robskie closed 9 years ago

robskie commented 9 years ago

Hi!

I'm currently using a ported version (I just changed appengine.Context to context.Context and logging codes such as c.Debugf(...) to google.golang.org/appengine/log methods) so that I can use endpoints on managed VMs, but it would be great if managed VMs can be officially supported. Is there any time frame on when it would be supported?

albertog commented 9 years ago

+1

campoy commented 9 years ago

PR https://github.com/GoogleCloudPlatform/go-endpoints/pull/81 is working on fixing this.