No description
Find a file
Petar Maymounkov c5287ecb9c http: protect io.WriteString in Request/Response.Write with error checking,
since they were causing a silent program exit (too many EPIPE's).

R=rsc
CC=golang-dev
https://golang.org/cl/204062
2010-02-09 17:42:51 -08:00
doc release.2010-02-04 step one 2010-02-04 17:37:46 -08:00
include Fix *l/*c -V flag segfault 2010-02-08 11:53:27 -08:00
lib
misc dashboard: auto-update builder.sh. 2010-02-09 13:45:38 -08:00
pkg
src http: protect io.WriteString in Request/Response.Write with error checking, 2010-02-09 17:42:51 -08:00
test add simple garbage collector benchmarks to dashboard 2010-02-09 13:33:00 -08:00
.hgignore .hgignore: ignore .gitignore (already ignoring .git) 2010-02-09 13:18:51 -08:00
.hgtags release.2010-02-04 2010-02-04 17:39:51 -08:00
AUTHORS A+C: Joe Poirier (individual CLA) 2010-02-04 13:08:47 -08:00
CONTRIBUTORS A+C: Joe Poirier (individual CLA) 2010-02-04 13:08:47 -08:00
favicon.ico
LICENSE
README

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.