1
0
mirror of https://github.com/golang/go synced 2024-11-21 13:44:45 -07:00
The Go programming language
Go to file
Russ Cox 74b131c0ab net: fix nil deref in testTimeout when Dial fails
Pointed out by Scott Schwartz.

Fixes #637.

R=scotts
CC=golang-dev
https://golang.org/cl/225042
2010-03-03 17:30:29 -08:00
doc Minor mistake in docs. 2010-03-01 16:22:22 -08:00
include
lib codereview.py: fix for compatibility with hg >=1.4.3 2010-03-03 09:03:31 +11:00
misc dashboard: more performance tuning 2010-02-25 10:26:43 -08:00
pkg
src net: fix nil deref in testTimeout when Dial fails 2010-03-03 17:30:29 -08:00
test gc: fix imported and not used message - show path 2010-03-03 17:23:47 -08:00
.hgignore
.hgtags
AUTHORS A+C: add Raif S. Naffah (individual CLA) 2010-02-26 14:54:28 -08:00
CONTRIBUTORS A+C: add Raif S. Naffah (individual CLA) 2010-02-26 14:54:28 -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.