diff --git a/doc/go_faq.html b/doc/go_faq.html index 4be8110682..312d0e2c5a 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1032,7 +1032,7 @@ type checks, reflection, and even panic-time stack traces.

A trivial C "hello, world" program compiled and linked statically using gcc -on Linux is around 750 kB. An equivalent Go program is around 1.8 MB, but +on Linux is around 750 kB. An equivalent Go program is around 1.1 MB, but that includes more powerful run-time support. We believe that with some effort the size of Go binaries can be reduced.