Open assembly-winston opened 9 months ago
Go-idiomatic libraries use context.Context as an argument in most API calls, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. This library should too.
context.Context
Chore
Go-idiomatic libraries use
context.Context
as an argument in most API calls, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. This library should too.