Hacker News new | ask | show | jobs
by ihsw 4571 days ago
What's wrong with named return parameters?
1 comments

http://golang.org/doc/effective_go.html#named-results

It's far more convenient looking at the function deceleration and knowing what comes and goes instead of hunting for return statements.