Skip to content

Commit cddb074

Browse files
committed
add badges in readme
1 parent 548d1be commit cddb074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# fatcontext
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/Crocmagnon/fatcontext.svg)](https://pkg.go.dev/github.com/Crocmagnon/fatcontext)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/Crocmagnon/fatcontext)](https://goreportcard.com/report/github.com/Crocmagnon/fatcontext)
5+
36
`fatcontext` is a Go linter which detects potential fat contexts in loops or function literals.
47
They can lead to performance issues, as documented here: https://gabnotes.org/fat-contexts/
58

0 commit comments

Comments
 (0)