]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go_faq.html: link to the SPLASH talk near the top
authorRob Pike <r@golang.org>
Mon, 19 Aug 2013 20:44:41 +0000 (06:44 +1000)
committerRob Pike <r@golang.org>
Mon, 19 Aug 2013 20:44:41 +0000 (06:44 +1000)
It's a full answer to the first question; let's let readers know that.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/12788048

doc/go_faq.html

index 6cca8424062c6e2274245dfa67404ddc679a8b22..6498ac43f9e1f8c0b0965ac004413c2a851acf6e 100644 (file)
@@ -55,6 +55,11 @@ By its design, Go proposes an approach for the construction of system
 software on multicore machines.
 </ul>
 
+<p>
+A much more expansive answer to this question is available in the article,
+<a href="http://talks.golang.org/2012/splash.article">Go at Google:
+Language Design in the Service of Software Engineering</a>.
+
 <h3 id="What_is_the_status_of_the_project">
 What is the status of the project?</h3>