r-medina / go-uber

Golang bindings for Uber API
ISC License
16 stars 3 forks source link

Set your own http client #20

Closed sjkaliski closed 9 years ago

sjkaliski commented 9 years ago

Instead of using the default http client, you should expose that as a public variable, that way a user can substitute it with their own client.