Providing a custom Transport with oauth2 is a little verbose and having an example usage of it here would be useful: `ctx := context.WithValue(oauth2.NoContext, oauth2.HTTPClient, client)`
Providing a custom Transport with oauth2 is a little verbose and having an example usage of it here would be useful:
ctx := context.WithValue(oauth2.NoContext, oauth2.HTTPClient, client)