go-writeas
go-writeas copied to clipboard
Add support for `context.Context`
This patch seeks to update all methods that make an outgoing request to accept a context as their first argument. This enables the library to carry a deadline and other information across API boundaries.
Fixes #11
Thank you for working on this! We can include it in v3 of this library. Will try to review and test soon.