commit | 86850e07236e6a4f59e810fb16229fdebb07a119 | [log] [tgz] |
---|---|---|
author | thomas-goncalves <thomas.goncalves@epita.fr> | Fri Mar 24 18:40:42 2023 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Mar 24 18:42:48 2023 +0000 |
tree | 0971b1992a0525fdf9d266438fe580b41b4309d6 | |
parent | a6e37e74413a4d6d722478e64afc5c4861f6326f [diff] |
oauth2: fix typo Change-Id: I515f8897cc79c58a8a49df84ccddc5acd9536d87 GitHub-Last-Rev: 5acbebb81b641bbc3ec2847cb6ec98033e6ddabe GitHub-Pull-Request: golang/oauth2#616 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/459695 Run-TryBot: Cody Oss <codyoss@google.com> Reviewed-by: Heschi Kreinick <heschi@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Cody Oss <codyoss@google.com> Reviewed-by: Matt Hickford <matt.hickford@gmail.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.
The main issue tracker for the oauth2 repository is located at https://github.com/golang/oauth2/issues.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. In particular: