Fix Non-inherited new context
golang-ci linter reported issues
#419
Labels
Non-inherited new context
golang-ci linter reported issues
#419
containedctx is a linter that detects struct contained context.Context field. This is discouraged technique in favor of passing context as first argument of method or function.
For rationale please read Contexts and structs the Go blog post.
The text was updated successfully, but these errors were encountered: