oauth2/internal
Russ Cox 9bb904979d all: go fmt ./...
Make all our package sources use Go 1.17 gofmt format
(adding //go:build lines).

Not strictly necessary but will avoid spurious changes
as files are edited.

Part of //go:build change (#41184).
See https://golang.org/design/draft-gobuild

Change-Id: I22803ea9e936fbb08984a64155302f47e181de27
Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/294420
Trust: Russ Cox <rsc@golang.org>
Trust: Cody Oss <codyoss@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cody Oss <codyoss@google.com>
2021-02-20 00:06:19 +00:00
..
client_appengine.go all: go fmt ./... 2021-02-20 00:06:19 +00:00
doc.go oauth2/internal: remove duplicate package documentation 2017-09-28 01:05:08 +00:00
oauth2.go oauth2: fix error message typo 2018-10-31 02:26:57 +00:00
token.go internal: remove fallback parsing for expires_in 2019-03-19 18:23:50 +00:00
token_test.go internal: cap expires_in to MaxInt32 2019-02-26 20:54:17 +00:00
transport.go all: use stdlib context instead of x/net/context 2018-11-01 16:01:52 +00:00