diff --git a/doc/docs.html b/doc/docs.html index e8152bb352b..54c2299f5bf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -117,6 +117,22 @@ same variable in a different goroutine.
+A talk by Rob Pike and Andrew Gerrand presented at Google I/O 2011. +It walks through the construction and deployment of a simple web application +and unveils the Go runtime for App Engine. +See the presentation slides. +
+ ++A talk by Andrew Gerrand presented at Google I/O Bootcamp 2011. +It gives a broad overview of Go's type system and concurrency model +and provides four examples of Go programs that solve real problems. +See the presentation slides. +
+A presentation delivered by Rob Pike and Russ Cox at Google I/O 2010. It diff --git a/doc/frontpage.css b/doc/frontpage.css index bcdca64011d..299855ce9ac 100644 --- a/doc/frontpage.css +++ b/doc/frontpage.css @@ -80,6 +80,9 @@ span.keyword { #content-videos .thumbnail._004 { background: url(/doc/video-004.png); } +#content-videos .thumbnail._005 { + background: url(/doc/video-005.jpg); +} #content-videos a.video { display: inline-block; width: 150px; diff --git a/doc/root.html b/doc/root.html index f98f9c243c8..6722d0018be 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);