also notice, if you haven’t encountered it, this makes []interfaces a bit 
awkward to handle with ellipsis functions...

https://play.golang.org/p/JWuc4jt2uSP

what i do is this; 

https://play.golang.org/p/O9Q4K_vXlul

but you will need a convert for all combinations of interfaces and ellipsis 
functions you have!

from what i understand ellipsis functions are implemented simply as 
auto-magic slices, rather than expanded out, so the function doesn’t apply 
the interface wrapping like with individual parameters.

-- 
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