From 7ec92dcba56887ddc89336a0fd5619eaaf7776c2 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 24 May 2013 15:42:04 +1000 Subject: go.blog: fix styles in Advanced Go Concurrency Patterns post R=golang-dev CC=golang-dev https://golang.org/cl/9718043 --- content/advanced-go-concurrency-patterns.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index 5026f55..4d4fcd0 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -5,7 +5,7 @@ Andrew Gerrand * Introduction -At Google I/O a year ago Rob Pike presented _[[http://talks.golang.org/2012/concurrency.slide][Go_Concurrency_Patterns]]_, an introduction to Go's concurrency model. Last week, at I/O 2013, Go team member Sameer Ajmani continued the story with _[[http://talks.golang.org/2013/advconc.slide][Advanced_Go_Concurrency_Patterns]]_, an in-depth look at a real concurrent programming problem. The talk shows how to detect and avoid deadlocks and race conditions, and demonstrates the implementation of deadlines, cancellation, and more. For those who want to take their Go programming to the next level, this is a must-see. +At Google I/O a year ago Rob Pike presented [[http://talks.golang.org/2012/concurrency.slide][_Go_Concurrency_Patterns_]], an introduction to Go's concurrency model. Last week, at I/O 2013, Go team member Sameer Ajmani continued the story with [[http://talks.golang.org/2013/advconc.slide][_Advanced_Go_Concurrency_Patterns_]], an in-depth look at a real concurrent programming problem. The talk shows how to detect and avoid deadlocks and race conditions, and demonstrates the implementation of deadlines, cancellation, and more. For those who want to take their Go programming to the next level, this is a must-see. .iframe http://www.youtube.com/embed/QDDwwePbDtw?rel=0 309 549 -- cgit v1.2.3