
* Clarify comment for the goroutines sample. The current comment may be interpreted to say that the output must be interleaved, when in fact it doesn't have to be (it depends on the order the goroutines are run). Make the comment more permissive to avoid the confusion. Fixes #365 * Fix phrasing in comment