Go 1 is a major release of Go that will be stable in the long term.
It is intended that programs written for Go 1 will continue to compile
and run correctly, unchanged, under future versions of Go 1.
The Go 1 release notes list the significant changes since the last
release and explain how to update your code:
http://golang.org/doc/go1.html
To learn about the future of Go 1, read the Go 1 compatibility document:
http://golang.org/doc/go1compat.html
Go 1 is available as binary distributions 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
The Go team would like to thank all our contributors from the open
source community. We could not have done it without their help.
See the full list of contributors here: http://golang.org/CONTRIBUTORS
We also thank our users. We hope you enjoy Go 1.
Have fun. (And tell your friends! ;-)
Andrew
Point releases will be go1.0.1, go1.0.2, and so on.
Milestone releases of go1 will be go1.1, go1.2, and so on.
Andrew