From c846ea6748d2cc15bf496bbfc41f671c264d2220 Mon Sep 17 00:00:00 2001 From: gIthuriel Date: Tue, 22 Jun 2021 14:06:41 -0700 Subject: [PATCH] Update doc.go --- google/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/doc.go b/google/doc.go index 2a995b3..8e6a57c 100644 --- a/google/doc.go +++ b/google/doc.go @@ -4,7 +4,7 @@ // 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, Google Compute Engine service accounts, +// credentials, service accounts, Google Compute Engine service accounts, // Google App Engine service accounts and workload identity federation // from non-Google cloud platforms. //