From d9c11a7164ad06c507b2bd9f77ce119695a56c79 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sat, 22 Sep 2012 05:54:10 +1000 Subject: [PATCH] [release-branch.go1] doc: add two I/O talks to "Talks" section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ««« backport ddaabb722563 doc: add two I/O talks to "Talks" section R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6422056 »»» --- doc/docs.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.50.0