Could `unused` flag unused function arguments? e.g. ```go func hello(v int) { println(1) } // complains that 'v' is not used. ``` c.f. https://github.com/coreos/etcd/issues/8068 And thanks for the great tool!