Skip to content

Commit

Permalink
Merge pull request #26 from mrwormhole/main
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
kyoh86 committed Jun 16, 2024
2 parents 0fbdc7f + 51327f4 commit fc2e73b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ An analyzer that finds exporting pointers for loop variables.
![](https://repository-images.githubusercontent.com/256768552/a1c5bb80-dd73-11eb-9453-e520f517e730)
Pin them all!

**As of Go 1.22, this problem no longer occurs and fixed by Go team, see [here](https://go.dev/blog/loopvar-preview)**

[![PkgGoDev](https://pkg.go.dev/badge/kyoh86/exportloopref)](https://pkg.go.dev/kyoh86/exportloopref)
[![Go Report Card](https://goreportcard.com/badge/github.com/kyoh86/exportloopref)](https://goreportcard.com/report/github.com/kyoh86/exportloopref)
[![Coverage Status](https://img.shields.io/codecov/c/github/kyoh86/exportloopref.svg)](https://codecov.io/gh/kyoh86/exportloopref)
Expand Down

0 comments on commit fc2e73b

Please sign in to comment.