From a317451f36b22672c8a079489aa5425b9fa3a9da Mon Sep 17 00:00:00 2001 From: Chris Broadfoot Date: Thu, 18 Aug 2016 12:13:54 -0700 Subject: content/go1.7-binary-size: fix typos Change-Id: Ia2d9c9101959d53ff4139b0adffe15c4cabb8e1c Reviewed-on: https://go-review.googlesource.com/27355 Reviewed-by: David Crawshaw --- content/go1.7-binary-size.article | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/go1.7-binary-size.article b/content/go1.7-binary-size.article index 25f1ea9..8b7c2fc 100644 --- a/content/go1.7-binary-size.article +++ b/content/go1.7-binary-size.article @@ -15,7 +15,7 @@ fast startup time, performance. As Go gets used for a wider variety of programs, there are new issues that must be considered. One of these is binary size. It has been on the radar for a long time -(issue [[https://golang.org/issue/6853][#6853]]) was filed over two +(issue [[https://golang.org/issue/6853][#6853]] was filed over two years ago), but the growing interest in using Go for deploying binaries on smaller devices — such as the Raspberry Pi or mobile devices — means it received some attention for the Go 1.7 @@ -61,7 +61,7 @@ interface data layout, better static data layout, and simplified dependencies. For example, the HTTP client no longer links in the entire HTTP server. The full list of changes can be found in issue -[[https://golang.org/issue/6853][#6853]]). +[[https://golang.org/issue/6853][#6853]]. * Results -- cgit v1.2.3