Skip to content

Commit 1792453

Browse files
committed
content: add go1.13.article
Updates golang/go#27155 Change-Id: I54310852ace172ffa0d900f20402bf364bbb7034 Reviewed-on: https://go-review.googlesource.com/c/blog/+/192741 Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 8e41839 commit 1792453

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

content/go1.13.article

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Go 1.13 is released
2+
03 Sep 2019
3+
4+
Andrew Bonventre
5+
6+
* Introduction
7+
8+
Today the Go team is very happy to announce the release of Go 1.13. You can get it from the [[https://golang.org/dl][download page]].
9+
10+
Some of the highlights include:
11+
12+
- The `go` command now downloads and authenticates modules [[https://golang.org/doc/go1.13#introduction][using the Go module mirror and Go checksum database by default]]
13+
- [[https://golang.org/doc/go1.13#language][Improvements to number literals]]
14+
- [[https://golang.org/doc/go1.13#error_wrapping][Error wrapping]]
15+
- [[https://golang.org/doc/go1.13#tls_1_3][TLS 1.3 on by default]]
16+
- [[https://golang.org/doc/go1.13#modules][Improved modules support]]
17+
18+
For the complete list of changes and more information about the improvements above, see the [[https://golang.org/doc/go1.13][*Go*1.13*release*notes*]].
19+
20+
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.
21+
Your contributions and diligence helped to ensure that Go 1.13 is as stable as possible.
22+
That said, if you notice any problems, please [[https://golang.org/issue/new][file an issue]].
23+
24+
We hope you enjoy the new release!

0 commit comments

Comments
 (0)