diff --git a/README.md b/README.md index a14137c..165c02a 100644 --- a/README.md +++ b/README.md @@ -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