summaryrefslogtreecommitdiff
path: root/doc/go_faq.html
diff options
context:
space:
mode:
authorAaron Jacobs <jacobsa@google.com>2015-06-24 09:50:12 +1000
committerAndrew Gerrand <adg@golang.org>2015-06-26 03:38:21 +0000
commit86286883047d75df7769bff42ba2364b9bcee6fd (patch)
tree32d11b9d544fb8b6bec1116994f12dca8e4addfd /doc/go_faq.html
parenta4ec50bd0b5986fbe0369043ac9e30e4ce229f21 (diff)
downloadgo-git-86286883047d75df7769bff42ba2364b9bcee6fd.tar.gz
Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f Reviewed-on: https://go-review.googlesource.com/11390 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'doc/go_faq.html')
-rw-r--r--doc/go_faq.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 9a30cdf7ab..47d3ccff45 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -239,7 +239,7 @@ Do Go programs link with C/C++ programs?</h3>
<p>
There are two Go compiler implementations, <code>gc</code>
-(the <code>6g</code> program and friends) and <code>gccgo</code>.
+and <code>gccgo</code>.
<code>Gc</code> uses a different calling convention and linker and can
therefore only be linked with C programs using the same convention.
There is such a C compiler but no C++ compiler.