You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Want to support cancellable (or custom) context.Context for http requests
Going to be a major release of v2
Create /v2 directory and copy existing files to the directory, and then support cancellable context.Context only in /v2 ? (according to the official go documentation)
context.Context
for http requestsv2
/v2
directory and copy existing files to the directory, and then support cancellablecontext.Context
only in/v2
? (according to the official go documentation)ctx context.Context
as a first argument for query/update/validate methodsapi.do
as a first argumentThe text was updated successfully, but these errors were encountered: