containedctx icon indicating copy to clipboard operation
containedctx copied to clipboard

containedctx is a linter that detects struct contained context.Context field

Results 1 containedctx issues
Sort by recently updated
recently updated
newest added

I have recently enabled this check via golangci-lint, and come across situations where the check is failing for a dependency's struct. https://github.com/grpc/grpc-go/blob/master/clientconn.go The `ClientConn` type contains a `context.Context`, and when...