diff --git a/doc/docs.html b/doc/docs.html index 90e20f74e3d..c74ae035f49 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -120,6 +120,14 @@ examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces.
++This talk presents the development of a complete web application in Go. +It looks at design, storage, concurrency, and scaling issues in detail, using +the simple example of an URL shortening service. +See the presentation slides. +
+An hour-long talk delivered by Rob Pike at Google in October 2009. diff --git a/doc/frontpage.css b/doc/frontpage.css index debc9aa44d8..bcdca64011d 100644 --- a/doc/frontpage.css +++ b/doc/frontpage.css @@ -77,6 +77,9 @@ span.keyword { #content-videos .thumbnail._003 { background: url(/doc/video-003.png); } +#content-videos .thumbnail._004 { + background: url(/doc/video-004.png); +} #content-videos a.video { display: inline-block; width: 150px; diff --git a/doc/root.html b/doc/root.html index 3bc781a6784..f98f9c243c8 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);