Managed VM users should depend on http.DefaultTransport by default.

This commit is contained in:
Burcu Dogan
2014-08-31 15:36:50 -07:00
parent 6bb0a5207a
commit 32b45383ad
5 changed files with 23 additions and 24 deletions

View File

@@ -12,8 +12,9 @@ import (
// AppEngineConfig represents a configuration for an
// App Engine application's Google service account.
type AppEngineConfig struct {
// Transport represents the default transport to be used while constructing
// oauth2.Transport instances from this configuration.
// Transport is the transport to be used
// to construct new oauth2.Transport instances from
// this configuration.
Transport *urlfetch.Transport
context appengine.Context