commit | f21342109be17cd214ecfcd33065b79cd571673e | [log] [tgz] |
---|---|---|
author | cui fliter <imcusg@gmail.com> | Wed Sep 07 13:18:28 2022 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Sep 09 00:33:41 2022 +0000 |
tree | 384e933a9f4264a099514ec0c8af58f111e9ee71 | |
parent | 0ebed06d00948a7aee9a5490123450d895686784 [diff] |
all: remove redundant type conversion Change-Id: I4de1d39f8b72cd1116c56fb00b224a60de035f9e GitHub-Last-Rev: 4e40ee8059695468e62ba9213058b5cc1e4a8e0a GitHub-Pull-Request: golang/oauth2#586 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/428982 Reviewed-by: Cody Oss <codyoss@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <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.