Skip to content

Commit 9317641

Browse files
committed
README.md: add badge to pkg.go.dev
Change-Id: I90a3334507f4501ee082afeb878b82f71b3392ae Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/275303 Trust: Julie Qiu <[email protected]> Reviewed-by: Andrew Gerrand <[email protected]>
1 parent 0b49973 commit 9317641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OAuth2 for Go
22

33
[![Build Status](https://travis-ci.org/golang/oauth2.svg?branch=master)](https://travis-ci.org/golang/oauth2)
4-
[![GoDoc](https://godoc.org/golang.org/x/oauth2?status.svg)](https://godoc.org/golang.org/x/oauth2)
4+
[![Go Package Documentation](https://pkg.go.dev/badge/golang.org/x/oauth2.svg)](https://pkg.go.dev/golang.org/x/oauth2)
55

66
oauth2 package contains a client implementation for OAuth 2.0 spec.
77

0 commit comments

Comments
 (0)