[x/blog] 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>
X-Blog-Commit: 0cf64627976d4de1a53b9bd518ce1ccdfccc772e
diff --git a/blog/content/go1.10.article b/blog/content/go1.10.article
new file mode 100644
index 0000000..8bcf044
--- /dev/null
+++ b/blog/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]].