update readme

This commit is contained in:
Gabriel Augendre 2024-08-26 07:47:30 +02:00
parent 021f1b4ed6
commit 90afb8d3fa

View file

@ -1,6 +1,6 @@
# fatcontext
`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.
They can lead to performance issues, as documented here: https://gabnotes.org/fat-contexts/
## Installation / usage