【中英双语】Go 1.14 is released
转载:https://bingohuang.com/go-1-14-release/
链接:https://blog.golang.org/go1.14
日期:25 February 2020
Today the Go team is very happy to announce the release of Go 1.14. You can get it from the download page.
今天,Go 团队非常高兴地宣布 Go 1.14 的发布。 你可以从下载页面得到它。
Some of the highlights include:
一些亮点包括:
Module support in the go command is now ready for production use. We encourage all users to migrate to go modules for dependency management - go modules 现在已准备好用于生产。我们鼓励所有用户迁移到go模块进行依赖性管理
Embedding interfaces with overlapping method sets - 嵌入具有重叠方法集的接口
Improved defer performance - 改进defer性能
Goroutines are asynchronously preemptible Goroutine - Goroutine异步抢占
The page allocator is more efficient - 内存页面分配器效率更高
Internal timers are more efficient - 内部times效率更高
For the complete list of changes and more information about the improvements above, see the Go 1.14 release notes.
有关更改的完整列表和上述改进的更多信息,请参见 Go 1.14 发行说明。
We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidate. Your contributions and diligence helped to ensure that Go 1.14 is as stable as possible. That said, if you notice any problems, please file an issue.
我们要感谢所有通过编写代码、归档 bug、提供反馈 和/或 测试 Beta 版和 Release 候选版而对这个版本做出贡献的人。 你的贡献和热情确保 Go 1.14 尽可能稳定。 也就是说,如果你发现任何问题,欢迎提交 issue。
We hope you enjoy the new release!
我们希望你喜欢这个新版本!
- 点赞
- 收藏
- 关注作者
评论(0)