Hello gophers,
We just released Go 1.15
To find out what has changed in Go 1.15, read the release notes:
https://golang.org/doc/go1.15You can download binary and source distributions from our download page:
https://golang.org/dl/If you have Go installed already, an easy way to try go1.15
is by using the go command:
$ go get
golang.org/dl/go1.15$ go1.15 download
To compile from source using a Git clone, update to the release with
"git checkout go1.15" and build as usual.
Thanks to everyone who contributed to the release!
Cheers,
Andy and Dmitri for the Go Team