diff options
| author | Robert Griesemer <gri@golang.org> | 2014-05-07 10:40:39 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2014-05-07 10:40:39 -0700 |
| commit | 97aa90d251f6f2a951d01b7d1033bc7a42bf6f69 (patch) | |
| tree | 3b9735c667c01f61c5eb8cd2e6a1995987523b24 /src/pkg/database | |
| parent | dbe5f88804ad974a8c98d67421c9aac302873359 (diff) | |
| download | go-97aa90d251f6f2a951d01b7d1033bc7a42bf6f69.tar.xz | |
spec: several clarifications to language on channels
- A channel may be used between any number of goroutines,
not just two.
- Replace "passing a value" (which is not further defined)
by "sending and receiving a value".
- Made syntax production more symmetric.
- Talk about unbuffered channels before buffered channels.
- Clarify what the comma,ok receive values mean (issue 7785).
Not a language change.
Fixes #7785.
LGTM=rsc, r, iant
R=r, rsc, iant, ken
CC=golang-codereviews
https://golang.org/cl/94030045
Diffstat (limited to 'src/pkg/database')
0 files changed, 0 insertions, 0 deletions
