]> Cypherpunks repositories - gostls13.git/commitdiff
doc: update size of "hello, world" binary in FAQ
authorAlexander Döring <email@alexd.ch>
Sun, 23 Oct 2016 14:03:38 +0000 (16:03 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 23 Oct 2016 14:25:29 +0000 (14:25 +0000)
Fixes #17159

Change-Id: I44d7081ef7a973dcd1cc2eb7124e3454c94bc6e3
Reviewed-on: https://go-review.googlesource.com/31770
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go_faq.html

index 450a521681e1eb9937f6a3097e9ddd2c033c009f..6a955f6f3f7e6b4c842dd29895ac26b5a120207e 100644 (file)
@@ -1770,7 +1770,7 @@ A simple C "hello, world" program compiled and linked statically using gcc
 on Linux is around 750 kB,
 including an implementation of <code>printf</code>.
 An equivalent Go program using <code>fmt.Printf</code>
-is around 2.3 MB, but
+is around 1.5 MB, but
 that includes more powerful run-time support and type information.
 </p>