Update doc.go

This commit is contained in:
gIthuriel
2021-06-22 12:59:24 -07:00
committed by GitHub
parent 9d2d872dac
commit 89cec012bb

View File

@@ -4,9 +4,9 @@
// Package google provides support for making OAuth2 authorized and authenticated // Package google provides support for making OAuth2 authorized and authenticated
// HTTP requests to Google APIs. It supports the Web server flow, client-side // HTTP requests to Google APIs. It supports the Web server flow, client-side
// credentials, service accounts, external accounts (workload identity federation), // credentials, service accounts, Google Compute Engine service accounts,
// Google Compute Engine service accounts, Google App Engine service accounts and // Google App Engine service accounts and workload identity federation
// workload identity federation from non-Google cloud platforms. // from non-Google cloud platforms.
// //
// A brief overview of the package follows. For more information, please read // A brief overview of the package follows. For more information, please read
// https://developers.google.com/accounts/docs/OAuth2 // https://developers.google.com/accounts/docs/OAuth2