From: Alexander Döring Date: Sun, 23 Oct 2016 14:03:38 +0000 (+0200) Subject: doc: update size of "hello, world" binary in FAQ X-Git-Tag: go1.8beta1~706 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cdccd6a79c5391c21c8e7316e13f8b8d1697ea63;p=gostls13.git doc: update size of "hello, world" binary in FAQ Fixes #17159 Change-Id: I44d7081ef7a973dcd1cc2eb7124e3454c94bc6e3 Reviewed-on: https://go-review.googlesource.com/31770 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 450a521681..6a955f6f3f 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -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 printf. An equivalent Go program using fmt.Printf -is around 2.3 MB, but +is around 1.5 MB, but that includes more powerful run-time support and type information.