From 90afb8d3fae26ac02dc10c0e332b63922fda7482 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 26 Aug 2024 07:47:30 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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