Rob Pike 041d11623f Go specification: Lock down some details about channels and select:
- nil channel in regular send or receive panics
- empty select blocks forever

R=rsc, gri, iant, ken2
CC=golang-dev
https://golang.org/cl/1825043
2010-07-13 16:23:54 -07:00
2010-02-08 11:53:27 -08:00
2009-10-15 23:08:46 -07:00
2010-07-13 12:37:47 -07:00
2010-07-12 14:53:28 -07:00
2010-06-09 21:39:40 -07:00
2010-07-02 10:44:19 +10:00
2010-07-08 12:47:16 +10:00
2010-07-08 12:47:16 +10:00

This is the source code repository for the Go programming language.  

For documentation about how to install and use Go,
visit http://golang.org/ or load doc/install.html in your web browser.

After installing Go, you can view a nicely formatted
doc/install.html by running godoc --http=:6060
and then visiting http://localhost:6060/doc/install.html.

Unless otherwise noted, the Go source files are distributed
under the BSD-style license found in the LICENSE file.
Description
Languages
Go 94%
Assembly 5.5%
C 0.2%
Shell 0.1%