diff options
author | Chris Broadfoot <cbro@golang.org> | 2016-08-15 14:07:32 -0700 |
---|---|---|
committer | Chris Broadfoot <cbro@golang.org> | 2016-08-15 21:19:39 +0000 |
commit | ce27468f9ec2cb3f0cfe1dd4f4b2fa16a8f2f5d8 (patch) | |
tree | bfa7ac635faf270d68886aa234daf6e0290b2ab9 | |
parent | fbcf388e625d42792ff807fa4190e240888997ca (diff) |
content: add download link to Go 1.7 post
Change-Id: Ic1d23176f9c0bb205bc51da3c8a94a738e185ddb
Reviewed-on: https://go-review.googlesource.com/27074
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r-- | content/go1.7.article | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/go1.7.article b/content/go1.7.article index 102eeac..a7fca1e 100644 --- a/content/go1.7.article +++ b/content/go1.7.article @@ -7,6 +7,7 @@ cbro@golang.org * Introduction Today we are happy to announce the release of Go 1.7. +You can get it from the [[https://golang.org/dl/][download page]]. There are several significant changes in this release: a port for [[https://en.wikipedia.org/wiki/IBM_System_z][Linux on IBM z Systems]] (s390x), compiler improvements, the addition of the [[https://golang.org/pkg/context/][context]] package, |