If you want to send slices on a channel, just send slices on a channel.

ch := make(chan []int) 

for example, will give you a channel on which you can send slices of int.


-- 
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.
To view this discussion visit 
https://groups.google.com/d/msgid/golang-nuts/dc5f4f46-a3ea-49e3-b9d1-e37dd1ef4eedn%40googlegroups.com.

Reply via email to