diff --git a/doc/docs.html b/doc/docs.html index 8826868f9d2..12e76202b4d 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -139,6 +139,16 @@ before Go 1 and contain some examples that are no longer correct, but they are still of value.
++Concurrency is the key to designing high performance network services. Go's concurrency primitives (goroutines and channels) provide a simple and efficient means of expressing concurrent execution. In this talk we see how tricky concurrency problems can be solved gracefully with simple Go code. +
+ ++A panel discussion with David Symonds, Robert Griesemer, Rob Pike, Ken Thompson, Andrew Gerrand, and Brad Fitzpatrick. +
+A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011.