diff --git a/doc/go_faq.html b/doc/go_faq.html index a6d79b0823..3893b82d7e 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1861,12 +1861,11 @@ type checks, reflection, and even panic-time stack traces.
-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 1.5 MB, but
-that includes more powerful run-time support and type information.
+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 weighs a couple megabytes, but that includes
+more powerful run-time support, and type and debugging information.