Often, I need converting a []T to []interface{} to use the []interface as a 
variable length parameter.
But converting a []T for []interface{} in a for loop is neither clean nor 
efficient.

So is there a function in standard lib to convert []T to a []interface{}?

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