forked from Mirrors/oauth2
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:
parent
36ff901f7b
commit
b5adcc2dcd
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue