From cdccd6a79c5391c21c8e7316e13f8b8d1697ea63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20D=C3=B6ring?= Date: Sun, 23 Oct 2016 16:03:38 +0200 Subject: [PATCH] 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 --- doc/go_faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.