From cddb074802a8a9cfcc501992aaea5b0b8018d86f Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 30 Oct 2024 15:35:31 +0100 Subject: [PATCH] add badges in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 165c02a..8017e8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # fatcontext +[![Go Reference](https://pkg.go.dev/badge/github.com/Crocmagnon/fatcontext.svg)](https://pkg.go.dev/github.com/Crocmagnon/fatcontext) +[![Go Report Card](https://goreportcard.com/badge/github.com/Crocmagnon/fatcontext)](https://goreportcard.com/report/github.com/Crocmagnon/fatcontext) + `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/