commit | bce0382f6c220dc0f85edc1e6c02bd25170a155f | [log] [tgz] |
---|---|---|
author | Eno Compton <enocom@google.com> | Tue Jun 22 12:44:14 2021 -0600 |
committer | Tyler Bui-Palsulich <tbp@google.com> | Tue Jun 22 19:05:53 2021 +0000 |
tree | 768647bbb1ae74647f48ef1bce78a4398317adf0 | |
parent | 14747e66f690f610ffbe442ac6d8188b9e9e15e2 [diff] |
google: fix syntax error Change-Id: I18dd98234a87dca59a199d90a5d0b9cedd80e5af Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/330189 Reviewed-by: Cody Oss <codyoss@google.com> Trust: Cody Oss <codyoss@google.com> Trust: Tyler Bui-Palsulich <tbp@google.com> Run-TryBot: Cody Oss <codyoss@google.com> TryBot-Result: Go Bot <gobot@golang.org>
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.