On Tue, 2015-11-17 at 16:05 +1100, Andrew Gerrand wrote:
> What situations would you like such a tool to report on?
Any case where a return parameter list includes named vars and the
return is naked:
func foo() (thing, to, pass int) {
// many calculations...
return
}