The confusion comes, like most cases in go, where a little syntactic sugar has 
been added to make the common case more appealing, but has the side effect of 
making the less common case more jarring. 

g1(f()) 

Is th exception to the rule. By _not_ requiring the caller to capture each 
value from evaluating f() by hand before calling g1.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to