We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021f1b4 commit 90afb8dCopy full SHA for 90afb8d
README.md
@@ -1,6 +1,6 @@
1
# fatcontext
2
3
-`fatcontext` is a Go linter which detects potential fat contexts in loops.
+`fatcontext` is a Go linter which detects potential fat contexts in loops or function literals.
4
They can lead to performance issues, as documented here: https://gabnotes.org/fat-contexts/
5
6
## Installation / usage
0 commit comments