Change-Id: Ie4c92da0e3cbb97d3d7e03c7d15196c34f58a2cd
Reviewed-on: https://go-review.googlesource.com/42613
Reviewed-by: Robert Griesemer <gri@golang.org>
<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of April 28, 2017",
+ "Subtitle": "Version of May 3, 2017",
"Path": "/ref/spec"
}-->
<pre>
go Server()
-go func(ch chan<- bool) { for { sleep(10); ch <- true; }} (c)
+go func(ch chan<- bool) { for { sleep(10); ch <- true }} (c)
</pre>