Go 1.5.2 is released

Affichage de 11 messages sur 1
Go 1.5.2 is released Chris Broadfoot 03/12/15 14:22
Hi gophers,

We've just released Go version 1.5.2, a minor point release.

This release includes bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages.
    https://golang.org/doc/devel/release.html#go1.5.minor

See the Go 1.5.2 milestone on our issue tracker for details.
    https://golang.org/issues?q=milestone%3AGo1.5.2

You can download binary and source distributions from the Go web site:
    https://golang.org/dl/

To compile from source using a Git checkout, update to the release with "git checkout go1.5.2" and build as usual.

Thanks to everyone who contributed to the release.

Chris