Hacker News new | ask | show | jobs
by infogulch 353 days ago
> Channels allow for many-to-many communication.

Multiple writers can send on a channel, but only one reader will receive a given message from the channel. This makes it unsuitable for the broadcast usecase; the phrasing here makes Go channels sound more general purpose than they are in practice.