aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broadfoot <cbro@golang.org>2016-08-18 12:13:54 -0700
committerChris Broadfoot <cbro@golang.org>2016-08-18 21:23:48 +0000
commita317451f36b22672c8a079489aa5425b9fa3a9da (patch)
treee70709d8896f1e4e88cd810116c1ca1589089d06
parent211ea7dcde0c2c77ef55280d82b3a057fb6536d8 (diff)
content/go1.7-binary-size: fix typos
Change-Id: Ia2d9c9101959d53ff4139b0adffe15c4cabb8e1c Reviewed-on: https://go-review.googlesource.com/27355 Reviewed-by: David Crawshaw <crawshaw@golang.org>
-rw-r--r--content/go1.7-binary-size.article4
1 files 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