From 89cec012bb834a3bc8afa1998d1f56ffcccfbdce Mon Sep 17 00:00:00 2001 From: gIthuriel Date: Tue, 22 Jun 2021 12:59:24 -0700 Subject: [PATCH] Update doc.go --- google/doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google/doc.go b/google/doc.go index 3f18bce..2a995b3 100644 --- a/google/doc.go +++ b/google/doc.go @@ -4,9 +4,9 @@ // Package google provides support for making OAuth2 authorized and authenticated // HTTP requests to Google APIs. It supports the Web server flow, client-side -// credentials, service accounts, external accounts (workload identity federation), -// Google Compute Engine service accounts, Google App Engine service accounts and -// workload identity federation from non-Google cloud platforms. +// credentials, service accounts, Google Compute Engine service accounts, +// Google App Engine service accounts and workload identity federation +// from non-Google cloud platforms. // // A brief overview of the package follows. For more information, please read // https://developers.google.com/accounts/docs/OAuth2