Open boopathi opened 9 years ago
https://github.com/golang/oauth2/commit/a568078818bb97b96ee7c7829b4575b81d4684f1
oauth2.Options is changed to oauth2.Config and oauth2.Option seems deprecated.
oauth2.Options
oauth2.Config
oauth2.Option
I made a new pull request to fix. #45 suggest await the decision of @rakyll.
:+1:
https://github.com/golang/oauth2/commit/a568078818bb97b96ee7c7829b4575b81d4684f1
oauth2.Options
is changed tooauth2.Config
andoauth2.Option
seems deprecated.