diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/advanced-go-concurrency-patterns.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index 5361a97..10970f2 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -12,4 +12,4 @@ At Google I/O a year ago Rob Pike presented [[https://talks.golang.org/2012/conc The slides are [[https://talks.golang.org/2013/advconc.slide][available here]] (use the left and right arrows to navigate). -The slides were produced with [[https://godoc.org/golang.org/x/tools/present][the present tool]], and the runnable code snippets are powered by the [[http://play.golang.org/][Go Playground]]. The source code for this talk is in [[https://github.com/golang/talks/blob/master/2013/advconc.slide][the go.talks sub-repository]]. +The slides were produced with [[https://godoc.org/golang.org/x/tools/present][the present tool]], and the runnable code snippets are powered by the [[http://play.golang.org/][Go Playground]]. The source code for this talk is in [[https://github.com/golang/talks/tree/master/content/2013/advconc][the go.talks sub-repository]]. |