From 60e8775bc94bc93d02b5fe03b57bcb265ff69290 Mon Sep 17 00:00:00 2001 From: Alexander Rakoczy Date: Mon, 24 Feb 2020 13:13:06 -0500 Subject: content: add go1.14.article Updates golang/go#27155 Change-Id: I54e45d5ebaa6955e8cfb52e5ce174d3d372035d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/220649 Run-TryBot: Alexander Rakoczy TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor Reviewed-by: Toshihiro Shiino Reviewed-by: Carlos Amedee Reviewed-by: Dmitri Shuralyov --- content/go1.14.article | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/go1.14.article (limited to 'content/go1.14.article') diff --git a/content/go1.14.article b/content/go1.14.article new file mode 100644 index 0000000..1e5f448 --- /dev/null +++ b/content/go1.14.article @@ -0,0 +1,25 @@ +Go 1.14 is released +25 Feb 2020 + +Alex Rakoczy + +* Introduction + +Today the Go team is very happy to announce the release of Go 1.14. You can get it from the [[https://golang.org/dl][download page]]. + +Some of the highlights include: + +- Module support in the `go` command is now ready for production use. We encourage all users to [[https://golang.org/doc/go1.14#introduction][migrate to `go` modules for dependency management]]. +- [[https://golang.org/doc/go1.14#language][Embedding interfaces with overlapping method sets]] +- [[https://golang.org/doc/go1.14#runtime][Improved defer performance]] +- [[https://golang.org/doc/go1.14#runtime][Goroutines are asynchronously preemptible]] +- [[https://golang.org/doc/go1.14#runtime][The page allocator is more efficient]] +- [[https://golang.org/doc/go1.14#runtime][Internal timers are more efficient]] + +For the complete list of changes and more information about the improvements above, see the [[https://golang.org/doc/go1.14][*Go*1.14*release*notes*]]. + +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 [[https://golang.org/issue/new][file an issue]]. + +We hope you enjoy the new release! -- cgit v1.2.3