Commit Graph

9 Commits

Author SHA1 Message Date
Iheanyi Ekechukwu e6249e5059 Remove support for Go 1.6 (#166)
* Move DoRequest* to godo package with stdlib context

* Use stdlib context package in place of godo context.

* Remove Go 1.6 from TravisCI configuration.

* Use stdlib context in util and tests instead of godo context.

* Add in Go 1.8, 1.9, and 1.10 to TravisCI configuration.

* Put 1.10 in quotes.
2018-05-08 16:24:29 -04:00
Jackson Owens 83030a1ac0 Use context.Background over oauth2.NoContext
The oauth2.NoContext variable was deprecated in
golang/oauth2@c10ba270aa.
2017-05-04 00:46:34 -04:00
akutz 8ed9e9ea6c Portable Go Context Usage
This patch updates the godo package to use a portable Go context -- a
Context that works with Go versions prior to Go 1.7 as well as Go 1.7
and onwards.
2017-04-07 15:32:33 -05:00
Antoine Grondin dc14e4b04d add context.Context to all calls 2017-02-23 14:25:29 -05:00
Tim a9b9f88df7 Refactor to use static tokens
Signed-off-by: Tim <timfall@gmail.com>
2015-07-31 19:34:38 -04:00
root 402c82c164 Update oauth2 dependency
Signed-off-by: root <root@tester.midokura.sexy>
2015-07-31 18:43:25 -04:00
bryanl f964c24213 Add example for WaitForActive() 2015-04-30 16:16:16 -04:00
bryanl e7f31a1079 renamed godo's package 2015-01-23 09:20:31 -05:00
bryanl b4bec8f557 initial commit 2014-09-03 10:20:10 -04:00