From: Rob Pike Date: Mon, 19 Aug 2013 20:44:41 +0000 (+1000) Subject: doc/go_faq.html: link to the SPLASH talk near the top X-Git-Tag: go1.2rc2~486 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d5bc0cff5bb327afc32d32f7bb33a14f17aeca1;p=gostls13.git doc/go_faq.html: link to the SPLASH talk near the top 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 --- diff --git a/doc/go_faq.html b/doc/go_faq.html index 6cca842406..6498ac43f9 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -55,6 +55,11 @@ By its design, Go proposes an approach for the construction of system software on multicore machines. +

+A much more expansive answer to this question is available in the article, +Go at Google: +Language Design in the Service of Software Engineering. +

What is the status of the project?