From 40807282acad30201ae0979db24dca01e684e694 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 7 Mar 2012 11:37:56 -0500 Subject: [PATCH] doc: delete faq question about 6g Fixes #3230. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5753071 --- doc/go_faq.html | 14 -------------- 1 file changed, 14 deletions(-) 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?

-- 2.48.1