Re: [go-nuts] Tool to detect unused parameters

2017-03-05 Thread Ian Lance Taylor
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

[go-nuts] Tool to detect unused parameters

2017-03-05 Thread Daniel Martí
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