Hello Gophers,
We have just released go1.11beta2, a beta version of Go 1.11.
It is cut from the master branch at the revision tagged go1.11beta2.
There are no known problems or regressions.
Please try running production load tests and your unit tests with the new version.
Your help testing these pre-release versions is invaluable.
Report any problems using the issue tracker:
If you have Go installed already, the easiest way to try go1.11beta2
is by installing it using the go command:
$ go1.11beta2 download
You can download binary and source distributions from the usual place:
To find out what has changed in Go 1.11, read the draft release notes:
Documentation for Go 1.11 is available at:
Cheers,
The Go Team