We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406d433 commit bd932c8Copy full SHA for bd932c8
README.md
@@ -2,7 +2,9 @@
2
3
[](https://github.com/sivchari/containedctx/actions/workflows/ci.yml)
4
5
-containedctx is a linter that detects struct contained context.Context field
+containedctx is a linter that detects struct contained context.Context field.
6
+This is discouraged technique in favour of passing context as first argument of method or function.
7
+For rationale please read [Contexts and structs](https://go.dev/blog/context-and-structs) the Go blog post.
8
9
## Instruction
10
0 commit comments