We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd7371 commit 1cafcfcCopy full SHA for 1cafcfc
_content/doc/faq.html
@@ -295,7 +295,7 @@ <h3 id="Do_Go_programs_link_with_Cpp_programs">
295
The "standard" compiler, part of the Go toolchain supported by the
296
Go team at Google, is called <code>gc</code>.
297
In addition, there are also a GCC-based compiler (<code>gccgo</code>) and
298
-an LLVM-based compiler (<code>gollvm</code),
+an LLVM-based compiler (<code>gollvm</code>),
299
as well as a growing list of unusual ones serving different purposes,
300
sometimes implementing language subsets,
301
such as <a href="https://tinygo.org/">TinyGo</a>.
0 commit comments