Hi gophers,
We have just released Go versions 1.10.1 and 1.9.5, minor point releases.
These releases include fixes to the compiler, runtime, go command, and the
archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and
net/http/pprof packages.
View the release notes for more information:
You can download binary and source distributions from the Go web site:
To compile from source using a Git clone, update to the release with
"git checkout go1.10.1" and build as usual.
Thanks to everyone who contributed to the release.
The Go Team