From: Andrew Gerrand Date: Sun, 22 Jul 2012 23:35:53 +0000 (-0700) Subject: doc: add two I/O talks to "Talks" section X-Git-Tag: go1.1rc2~2787 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4087c1b842774310467871470797ef81653f0125;p=gostls13.git doc: add two I/O talks to "Talks" section R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6422056 --- diff --git a/doc/docs.html b/doc/docs.html index 8826868f9d..12e76202b4 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.

+

Go Concurrency Patterns

+

+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. +

+ +

Meet the Go team

+

+A panel discussion with David Symonds, Robert Griesemer, Rob Pike, Ken Thompson, Andrew Gerrand, and Brad Fitzpatrick. +

+

Writing Web Apps in Go*

A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011.