diff options
Diffstat (limited to 'content/go1.7-binary-size.article')
-rw-r--r-- | content/go1.7-binary-size.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go1.7-binary-size.article b/content/go1.7-binary-size.article index 6c1dae1..596c000 100644 --- a/content/go1.7-binary-size.article +++ b/content/go1.7-binary-size.article @@ -1,6 +1,6 @@ # Smaller Go 1.7 binaries 18 Aug 2016 -Summary: Go was designed for writing servers. That is how it is most widely used today, and as a result a lot of work on the runtime and compiler is focused on issues that matter to servers: latency, ease of deployment, precise garbage collection, fast startup time, performance. +Summary: Go 1.7 includes some binary size reductions important for small devices. David Crawshaw crawshaw@golang.org |