From: Andrew Gerrand Date: Thu, 2 Dec 2010 21:57:30 +0000 (+0900) Subject: doc: add Practical Go Programming to front page and docs.html X-Git-Tag: weekly.2010-12-02~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0e3eefaf0f4341d559d11ed523a74e335d2b7cc3;p=gostls13.git doc: add Practical Go Programming to front page and docs.html R=r CC=golang-dev https://golang.org/cl/3391042 --- diff --git a/doc/docs.html b/doc/docs.html index 90e20f74e3..c74ae035f4 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 debc9aa44d..bcdca64011 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 3bc781a678..f98f9c243c 100644 --- a/doc/root.html +++ b/doc/root.html @@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);

Go Blog | More...

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