Closed cyberdelia closed 10 years ago
@cyberdelia nice!
A couple other clients that use this approach, for reference and comparison:
https://code.google.com/p/google-api-go-client/wiki/GettingStarted https://github.com/google/go-github#authentication
I like the idea to be able to reuse goauth2 and doing thing similar to it.
Merged in a12e015f7b5837258af334adda0e0cfbcac98809.
Use
http.Client
directly rather than adding another interface. See cyberdelia/heroku-go, for a concrete example./cc @mmcgrana