diff options
Diffstat (limited to 'content/go1.3.article')
-rw-r--r-- | content/go1.3.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go1.3.article b/content/go1.3.article index ea5c012..9fb837a 100644 --- a/content/go1.3.article +++ b/content/go1.3.article @@ -1,6 +1,6 @@ # Go 1.3 is released 18 Jun 2014 -Summary: Today we are happy to announce the release of [Go 1.3](https://golang.org/doc/go1.3). This release comes six months after our last major release and provides better performance, improved tools, support for running Go in new environments, and more. All Go users should upgrade to Go 1.3. You can grab the release from our [downloads page](https://golang.org/dl/) and find the full list of improvements and fixes in the [release notes](https://golang.org/doc/go1.3). What follows are some highlights. +Summary: Go 1.3 adds better performance, static analysis in godoc, and more. Andrew Gerrand |