| commit | acc38155b7f6f36aefcb58faff6f36d314dd915c | [log] [tgz] |
|---|---|---|
| author | Dmitri Shuralyov <dmitshur@golang.org> | Fri Nov 28 12:14:57 2025 -0500 |
| committer | Gopher Robot <gobot@golang.org> | Mon Dec 01 09:43:47 2025 -0800 |
| tree | 1a69d016fa7d0bd2912cfd305ab17f77fcc6da4a | |
| parent | f28b0b5467dda26d56f1240381158f7c334654d1 [diff] |
endpoints: fix %q verb use with wrong type Caught early by the improved vet check gated behind the 1.26 language version combined with a tiplang builder that tests with 1.26 language version. Change-Id: Ie41542014acbbf24464111bd8dabb040ab0a0dea Cq-Include-Trybots: luci.golang.try:x_oauth2-gotip-linux-amd64-tiplang Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/725240 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Sean Liao <sean@liao.dev>
oauth2 package contains a client implementation for OAuth 2.0 spec.
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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/oauth2.
Note: