On Sun, Mar 5, 2017 at 9:34 AM, Daniel Martà wrote:
>
> As a weekend project I've written a linter that detects unused
> parameters: https://github.com/mvdan/unparam
>
> As many of you may know, this is tricky business because of interfaces
> and build tags, among other things. So the tool isn't f
Hey all,
As a weekend project I've written a linter that detects unused
parameters: https://github.com/mvdan/unparam
As many of you may know, this is tricky business because of interfaces
and build tags, among other things. So the tool isn't free from false
positives, and I don't think it could b