Hi gophers,
We've just released Go version 1.5.1, a minor point release.
This release includes bug fixes to the go command, the compiler, assembler, and the fmt, net/textproto, net/http, and runtime packages.
You can download binary and source distributions from the Go web site:
To compile from source using a Git checkout, update to the release with "git checkout go1.5.1" and build as usual.
Thanks to everyone who contributed to the release.
Andrew