]> Cypherpunks repositories - gostls13.git/commit
runtime: add comment about channels already handling zero-sized objects correctly.
authorKeith Randall <khr@golang.org>
Tue, 6 Jan 2015 16:41:55 +0000 (08:41 -0800)
committerKeith Randall <khr@golang.org>
Wed, 7 Jan 2015 20:25:06 +0000 (20:25 +0000)
commitec767c10b30819d907b010a8cfb4831420db7718
treefc472fff25e55ef12b5b685227ff7dafe8742878
parent5aae246f1e1c59511a82398d88128e9fc9357107
runtime: add comment about channels already handling zero-sized objects correctly.

update #9401

Change-Id: I634a772814e7cd066f631a68342e7c3dc9d27e72
Reviewed-on: https://go-review.googlesource.com/2370
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/chan.go