Why would you need futures when you have goroutines and channels? I think they pretty much covers it.
HiI read this article earlier and it made me wonder what the best way to implement something similar in Go would be, specifically the bit about futures near the beginning:
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
think you meant "f" and not "future" on line 11...
also, i think it would make sense to handle errors with your future...i wouldn't use this, but just to make a point: