doc/docs.html | 8 ++++++++ doc/frontpage.css | 3 +++ doc/root.html | 2 +- diff --git a/doc/docs.html b/doc/docs.html index 90e20f74e3d558f3f96dfa1145341bc7a4768cf6..c74ae035f492fecab292aa09e080087244fcfbe1 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.

+

Practical Go Programming

+

+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. +

+

The Go Tech Talk

An hour-long talk delivered by Rob Pike at Google in October 2009. diff --git a/doc/frontpage.css b/doc/frontpage.css index debc9aa44d8d6c80c6713d2b39c0e470cad5981e..bcdca64011d67683fccfa094bab3127a9500dfd2 100644 --- a/doc/frontpage.css +++ b/doc/frontpage.css @@ -77,6 +77,9 @@ } #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 3bc781a6784a8fef080c4084b3e4912df4510dfa..f98f9c243c865aa368760720dbc310e30ec01eec 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@

Go Blog | More...

diff --git a/doc/video-004.png b/doc/video-004.png new file mode 100644 index 0000000000000000000000000000000000000000..92144549aba4cfc9d268d886a1ba45fdaf3d1766 Binary files /dev/null and b/doc/video-004.png differ