go1.14rc1 发布了 2020-2-6

Hello gophers,

We have just released go1.14rc1, a release candidate version of Go 1.14.
It is cut from release-branch.go1.14 at the revision tagged go1.14rc1.

我们刚刚发布了go1.14rc1,这是Go 1.14的候选发布版本。
它是从release-branch.go1.14处以标记为go1.14rc1的修订版剪切的。

Please try your production load tests and unit tests with the new version.
Your help testing these pre-release versions is invaluable.

请尝试使用新版本进行生产负载测试和单元测试。

测试这些预发行版本的帮助非常宝贵。

Report any problems using the issue tracker:
https://golang.org/issue/new

If you have Go installed already, the easiest way to try go1.14rc1

如果想安装,这个试用:


is by using the go command:
$ go get golang.org/dl/go1.14rc1
$ go1.14rc1 download

You can download binary and source distributions from the usual place:

也可以在这里下载二进制包
https://golang.org/dl/#go1.14rc1

To find out what has changed in Go 1.14, read the draft release notes:

要了解Go 1.14中发生的变化,请阅读发行说明草稿:
https://tip.golang.org/doc/go1.14

Cheers,
Carlos and Dmitri on behalf of the Go team

发布了1316 篇原创文章 · 获赞 171 · 访问量 400万+

猜你喜欢

转载自blog.csdn.net/wide288/article/details/104195463