dll
dll copied to clipboard
Go linter for finding defer statements inside for loops
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...