From 939097368eb271c304c76c9e2a2e74e743ba2ba7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 18 May 2016 08:09:21 +1000 Subject: content: remove scheme from iframe URLs This prevents mixed content errors preventing iframes with HTTP URLs from loading on the blog site, which is served by HTTPS. Fixes golang/go#15683 Change-Id: I28cff3f7838f780ed05524ed620a851ef5bf4e28 Reviewed-on: https://go-review.googlesource.com/23180 Reviewed-by: Brad Fitzpatrick --- content/advanced-go-concurrency-patterns.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/advanced-go-concurrency-patterns.article') diff --git a/content/advanced-go-concurrency-patterns.article b/content/advanced-go-concurrency-patterns.article index d17638d..68c3fda 100644 --- a/content/advanced-go-concurrency-patterns.article +++ b/content/advanced-go-concurrency-patterns.article @@ -8,7 +8,7 @@ Andrew Gerrand 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 +.iframe //www.youtube.com/embed/QDDwwePbDtw?rel=0 309 549 The slides are [[http://talks.golang.org/2013/advconc.slide][available here]] (use the left and right arrows to navigate). -- cgit v1.2.3