From c1d53e71ad5f71f7d87919436da9a0f5bf572681 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Sat, 10 May 2014 14:50:51 +0300 Subject: [PATCH] Minor docs fix. --- google/google.go | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/google/google.go b/google/google.go index 726650c..6458c7e 100644 --- a/google/google.go +++ b/google/google.go @@ -1,12 +1,9 @@ // Package google provides support for making // OAuth2 authorized and authenticated HTTP requests -// to Google APIs. It supports the following -// authorization and authentications flows: -// - Web Server -// - Client-side -// - Service Accounts -// - Auth from Google Compute Engine -// - Auth from Google App Engine +// to Google APIs. It supports Web server, client-side, +// service accounts, Google Compute Engine service accounts, +// and Google App Engine service accounts authorization +// and authentications flows: // // For more information, please read // https://developers.google.com/accounts/docs/OAuth2.