oauth2/internal
Jeff Craig e86e2718db internal: fix transport_test use of nil Context
The context library recommends never using a nil Context, and
context.Background() provides an empty Context appropriate for use in
unit tests.

Change-Id: I2656f846ea1f892ad41ad63a92ecb789a46e3453
Reviewed-on: https://go-review.googlesource.com/22791
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-05-04 21:42:46 +00:00
..
oauth2.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
oauth2_test.go all: change copyright to 'Go Authors' 2015-10-22 04:14:42 +00:00
token.go oauth2/internal: Add api.dropboxapi.com to broken providers. 2016-03-25 22:15:09 +00:00
token_test.go oauth2: allow users to register broken OAuth2 implementations 2015-11-17 21:03:13 +00:00
transport.go internal: primarily use the HTTP client provided in the context 2015-12-04 19:36:38 +00:00
transport_test.go internal: fix transport_test use of nil Context 2016-05-04 21:42:46 +00:00