We've just tagged a new Go release: go1.0.1.
This is a minor update to go1. It was issued to fix an escape analysis
bug that can lead to memory corruption. It also includes fixes to
documentation and a few implementation bugs that we thought worth
releasing. Updating to go1.0.1 will require no changes to existing programs.
See the go1 release branch history for the complete list of changes:
http://code.google.com/p/go/source/list?name=release-branch.go1
Binary distributions are available for the FreeBSD, Linux, Mac OS X,
and Windows operating systems. To install a binary distribution,
follow these instructions:
http://golang.org/doc/install
If you prefer to build from source, follow these instructions:
http://golang.org/doc/install/source
Cheers,
Andrew