Go proposal: error passing with “pass”
github.com
Go proposal: error passing with “pass”
1–2 of 2 posts
Re: Go proposal: error passing with “pass”
#2It's not clear to me what this new keyword should do when a function has more than one value to return. Does it always use a zero value? What if a user wants to return something else?