diff options
-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]]. |