aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-11-09 20:25:45 -0800
committerRob Pike <r@golang.org>2009-11-09 20:25:45 -0800
commit7685a67fe8a22b0edd131e55b0b53fd8b97d2556 (patch)
tree7f3d7630a556c3920bfbcbc064b60e0837a2950c
parent1a821b32da9f411945e71c20ed36a957d1dafa4b (diff)
downloadgo-7685a67fe8a22b0edd131e55b0b53fd8b97d2556.tar.gz
go-7685a67fe8a22b0edd131e55b0b53fd8b97d2556.zip
add a q&a about google's internal use of go
R=rsc CC=go-dev http://go/go-review/1026035
-rw-r--r--doc/go_faq.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html
index 4f868e866d..88baa08f35 100644
--- a/doc/go_faq.html
+++ b/doc/go_faq.html
@@ -89,6 +89,20 @@ if they enjoy it. Not every programmer
will, but we hope enough will find satisfaction in the approach it
offers to justify further development.
+<h3 id="Is_Google_using_go_internally"> Is Google using Go
+internally?</h3>
+
+<p> The Go project was conceived to make it easier to write the kind
+of servers and other software Google uses internally, but the
+implementation isn't quite mature enough yet for large-scale
+production use. While we continue development we are also doing
+experiments with the language as a candidate server environment. It's
+getting there. For instance, the server behind <a
+href="http://golang.org">http://golang.org</a> is a Go program; in
+fact it's just the <a href="/cmd/godoc"><code>godoc</code></a> document server running in a
+production configuration.
+
+
<h3 id="Do_Go_programs_link_with_Cpp_programs">
Do Go programs link with C/C++ programs?</h3>