From: Andrew Gerrand Date: Wed, 8 Dec 2010 21:59:29 +0000 (+1100) Subject: doc: fix invalid id attribute in faq X-Git-Tag: weekly.2010-12-15~80 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=affd1ba94edda7a578a8e06f992b89c6e749e045;p=gostls13.git doc: fix invalid id attribute in faq R=r CC=golang-dev https://golang.org/cl/3516042 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 3c6850c92e..1c7b85ef89 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -661,7 +661,7 @@ See the relevant section of Effective Go for more details.

-

+

Why is int 32 bits on 64 bit machines?