From 4087c1b842774310467871470797ef81653f0125 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Sun, 22 Jul 2012 16:35:53 -0700 Subject: [PATCH] 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 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.

+

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.