aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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