From: Russ Cox
Date: Wed, 7 Mar 2012 16:37:56 +0000 (-0500)
Subject: doc: delete faq question about 6g
X-Git-Tag: weekly.2012-03-13~139
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=40807282acad30201ae0979db24dca01e684e694;p=gostls13.git
doc: delete faq question about 6g
Fixes #3230.
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5753071
---
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 0b770377bb..ce1e178be7 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -76,20 +76,6 @@ The logo and mascot are covered by the
license.
-
-What kind of a name is 6g?
-
-
-The 6g
(and 8g
and 5g
) compiler is named in the
-tradition of the Plan 9 C compilers, described in
-
-http://plan9.bell-labs.com/sys/doc/compiler.html
-(see the table in section 2).
-
-6
is the architecture letter for amd64 (or x86-64, if you prefer), while
-g
stands for Go.
-
-
What is the history of the project?