From e62c791d449b3d0e8a734e93a9003d84b3e2d147 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Sun, 6 Jul 2014 23:42:20 -0700 Subject: [PATCH] Making google package godoc more visible. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4993caf..fe8297f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ oauth2 package contains a client implementation for OAuth 2.0 spec. go get github.com/golang/oauth2 ~~~~ -See [godoc](http://godoc.org/github.com/golang/oauth2) for further documentation and examples. +See godoc for further documentation and examples. + +* [github.com/golang/oauth2](http://godoc.org/github.com/golang/oauth2) +* [github.com/golang/oauth2/google](http://godoc.org/github.com/golang/oauth2/google) ## Contributing