Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon committed Aug 26, 2024
1 parent 021f1b4 commit 90afb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 90afb8d

Please sign in to comment.