diff options
author | Andrew Bonventre <andybons@golang.org> | 2019-09-02 15:45:35 -0400 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2019-09-03 17:58:54 +0000 |
commit | 1792453c68dc55557c18391a89de33f74beab06a (patch) | |
tree | 96817b0344c1473aa003866526f85799e50a9fcd | |
parent | 8e418393f860051e990059b2f8b19a30f1265fc7 (diff) |
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 <dmitshur@golang.org>
-rw-r--r-- | content/go1.13.article | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/content/go1.13.article b/content/go1.13.article new file mode 100644 index 0000000..231dda2 --- /dev/null +++ b/content/go1.13.article @@ -0,0 +1,24 @@ +Go 1.13 is released +03 Sep 2019 + +Andrew Bonventre + +* Introduction + +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]]. + +Some of the highlights include: + +- 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]] +- [[https://golang.org/doc/go1.13#language][Improvements to number literals]] +- [[https://golang.org/doc/go1.13#error_wrapping][Error wrapping]] +- [[https://golang.org/doc/go1.13#tls_1_3][TLS 1.3 on by default]] +- [[https://golang.org/doc/go1.13#modules][Improved modules support]] + +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*]]. + +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 [[https://golang.org/issue/new][file an issue]]. + +We hope you enjoy the new release! |