dll icon indicating copy to clipboard operation
dll copied to clipboard

Go linter for finding defer statements inside for loops

Results 4 dll issues
Sort by recently updated
recently updated
newest added

This is my implementation for the concurrent version that I offered inside #8. Feel free to criticize my work and to propose changes :smiley:

Hi there, I was playing with your tool and thought it would be interesting to do the source analyses concurrently. The performance gain isn't noticeable with a small set of...

https://github.com/rocketlaunchr/igo

Hi, Great linter, does exactly what I need it to do without too much hassle. I was wondering if you'd thought about integrating it with [golangci-lint](https://github.com/golangci/golangci-lint)? I use that for...