aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/oauth2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/oauth2/README.md')
-rw-r--r--vendor/golang.org/x/oauth2/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/golang.org/x/oauth2/README.md b/vendor/golang.org/x/oauth2/README.md
index 0d51417..1643c08 100644
--- a/vendor/golang.org/x/oauth2/README.md
+++ b/vendor/golang.org/x/oauth2/README.md
@@ -1,6 +1,7 @@
# OAuth2 for Go
[![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2)
+[![GoDoc](https://godoc.org/golang.org/x/oauth2?status.svg)](https://godoc.org/golang.org/x/oauth2)
oauth2 package contains a client implementation for OAuth 2.0 spec.