doc: fix typo

Change-Id: I16b7afa3d3ffe8cda083e2189ec6e18e3c6038c0
Reviewed-on: https://go-review.googlesource.com/10444
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Andrew Gerrand 2015-05-27 13:53:45 -07:00
parent 36ff901f7b
commit b5adcc2dcd
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ with the `oauth2` package.
"golang.org/x/oauth2" "golang.org/x/oauth2"
"golang.org/x/oauth2/google" "golang.org/x/oauth2/google"
newappengine "google.golang.org/appengine" newappengine "google.golang.org/appengine"
newurlftech "google.golang.org/appengine/urlfetch" newurlfetch "google.golang.org/appengine/urlfetch"
"appengine" "appengine"
) )