|
|
|
|
|
by kbolino
617 days ago
|
|
I'm confused by the decision in DoChan to return a channel (instead of accepting one supplied by the caller) and then, given that, also not to close that channel (is something else going to be sent to the channel in the future?). Both seem like strange/unnecessary design decisions. |
|
DoChan doesn't close the channel because there isn't any reason to do so.