Have you already tried it?
https://www.youtube.com/watch?v=Vxv6VpeojZY
--
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.
Does anyone have idea how to optimize consumers, producers and channels
using golang. I have to upload a million objects to a cloud object storage,
but unable to get a optimzed values for above parametres. Producers used to
create objects and send data through channels and receive them at
cons