Skip to content

Commit 1b1a8dc

Browse files
committed
[x/blog] 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 <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Toshihiro Shiino <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> X-Blog-Commit: 60e8775bc94bc93d02b5fe03b57bcb265ff69290
1 parent e039a19 commit 1b1a8dc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

blog/content/go1.14.article

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Go 1.14 is released
2+
25 Feb 2020
3+
4+
Alex Rakoczy
5+
6+
* Introduction
7+
8+
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]].
9+
10+
Some of the highlights include:
11+
12+
- 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]].
13+
- [[https://golang.org/doc/go1.14#language][Embedding interfaces with overlapping method sets]]
14+
- [[https://golang.org/doc/go1.14#runtime][Improved defer performance]]
15+
- [[https://golang.org/doc/go1.14#runtime][Goroutines are asynchronously preemptible]]
16+
- [[https://golang.org/doc/go1.14#runtime][The page allocator is more efficient]]
17+
- [[https://golang.org/doc/go1.14#runtime][Internal timers are more efficient]]
18+
19+
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*]].
20+
21+
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.
22+
Your contributions and diligence helped to ensure that Go 1.14 is as stable as possible.
23+
That said, if you notice any problems, please [[https://golang.org/issue/new][file an issue]].
24+
25+
We hope you enjoy the new release!

0 commit comments

Comments
 (0)