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 596c000..0b99a8d 100644 --- a/content/go1.7-binary-size.article +++ b/content/go1.7-binary-size.article @@ -82,7 +82,7 @@ The canonical hello world program goes from 2.3MB to 1.6MB: When compiled without debugging information the statically linked binary is now under a megabyte. -.image go1.7-binary-size.png +.image go1.7-binary-size/graph.png A large production program used for testing this cycle, `jujud`, went from 94MB to 67MB. |