diff options
author | Brad Fitzpatrick <bradfitz@golang.org> | 2018-02-16 18:21:21 +0000 |
---|---|---|
committer | Andrew Bonventre <andybons@golang.org> | 2018-02-16 19:07:32 +0000 |
commit | 0cf64627976d4de1a53b9bd518ce1ccdfccc772e (patch) | |
tree | 6fc221c04d78c775906d6470e558bf0f20bd039e | |
parent | b75d504c8a09e20834f367977a6dc71353d8131a (diff) |
content: Go 1.10 is released
Change-Id: Icb58772be534e7e85e25b6aac16f3d005fd3bf75
Reviewed-on: https://go-review.googlesource.com/94839
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r-- | content/go1.10.article | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/content/go1.10.article b/content/go1.10.article new file mode 100644 index 0000000..8bcf044 --- /dev/null +++ b/content/go1.10.article @@ -0,0 +1,34 @@ +Go 1.10 is released +16 Feb 2018 + +Brad Fitzpatrick +bradfitz@golang.org + +* Introduction + +Happy Friday, happy weekend! Today the Go team is happy to announce the release of Go 1.10. +You can get it from the [[https://golang.org/dl/][download page]]. + +See the [[https://golang.org/doc/go1.10][Go 1.10 release notes]] for all the details. + +The most exciting part of this release for many people will probably +be that the `go` tool now does +[[https://golang.org/doc/go1.10#build][automatic caching of build & test results]]. +Of course, one of the hundreds of smaller changes may be *your* favorite. + +To celebrate the release, Go User Groups around the world are holding +[[https://github.com/golang/go/wiki/Go-1.10-Release-Party][release parties]]. +See if there's one in your area, or feel free to organize one! + +Thanks to everyone who contributed to this release and everyone who +helped test the Go 1.10 betas and release candidates to ensure a perfect, +bug-free final release. However, if you do notice any bugs or unexpected +changes not noted in the release notes, be sure to +[[https://golang.org/issues/new][file a bug]]. + +Enjoy the weekend, and enjoy the new release! + +P.S. Many of this year's Go conferences are accepting talk proposals +this month. We always love to see new speakers and encourage you to +think about proposing a talk. For more information, see +[[https://golang.org/wiki/NewSpeakers][golang.org/wiki/NewSpeakers]]. |