mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-24 00:48:06 +01:00
update readme
This commit is contained in:
parent
021f1b4ed6
commit
90afb8d3fa
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# fatcontext
|
# 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/
|
They can lead to performance issues, as documented here: https://gabnotes.org/fat-contexts/
|
||||||
|
|
||||||
## Installation / usage
|
## Installation / usage
|
||||||
|
|
Loading…
Reference in a new issue