Go 1.13发布了
少于1分钟
Go 1.13 is released - go 1.13发布了
Andrew Bonventre 3 September 2019
Today the Go team is very happy to announce the release of Go 1.13. You can get it from the download page.
今天,Go团队非常高兴地宣布Go 1.13的发布。您可以从下载页面获得它。
Some of the highlights include:
其中的一些亮点包括:
- The
go
command now downloads and authenticates modules using the Go module mirror and Go checksum database by default Go命令现在默认使用Go模块镜像和Go校验数据库下载和验证模块 - Improvements to number literals 对数字字面的改进
- Error wrapping 错误包装
- TLS 1.3 on by default 默认开启TLS 1.3
- Improved modules support 改进了模块支持
For the complete list of changes and more information about the improvements above, see the Go 1.13 release notes.
关于完整的变化列表和有关上述改进的更多信息,请参阅Go 1.13发布说明。
We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidates. Your contributions and diligence helped to ensure that Go 1.13 is as stable as possible. That said, if you notice any problems, please file an issue.
我们要感谢所有通过编写代码、提交错误、提供反馈和/或测试测试版和候选版而为这个版本做出贡献的人。您的贡献和勤奋有助于确保Go 1.13尽可能的稳定。也就是说,如果您发现任何问题,请提出问题。
We hope you enjoy the new release!
我们希望您喜欢这个新版本