You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule "Loop iterator variables must be passed as argument to Goroutine, not referenced" is imprecise, the rule is precise in all situations covered by unit tests.
Reproduce: Analysis the source code of the Go compiler itself and take a look!
Rule "Loop iterator variables must be passed as argument to Goroutine, not referenced" is imprecise, the rule is precise in all situations covered by unit tests.
Reproduce: Analysis the source code of the Go compiler itself and take a look!