commit | 9780585627b5122c8cc9c6a378ac9861507e7551 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Apr 11 13:11:36 2022 -0400 |
committer | Gopher Robot <gobot@golang.org> | Mon Apr 11 21:57:20 2022 +0000 |
tree | 6f8511e60cec2b5806211417d04a7b79123ba5cf | |
parent | 6242fa91716a9b0e1cbc7506d79c18c64a2341e8 [diff] |
all: gofmt Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Id333e34e0c5cd0bea79dcf5dd51130639597b2ee Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/399616 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
oauth2 package contains a client implementation for OAuth 2.0 spec.
go get golang.org/x/oauth2
Or you can manually git clone the repository to $(go env GOPATH)/src/golang.org/x/oauth2
.
See pkg.go.dev for further documentation and examples.
We no longer accept new provider-specific packages in this repo if all they do is add a single endpoint variable. If you just want to add a single endpoint, add it to the pkg.go.dev/golang.org/x/oauth2/endpoints package.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.