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.

Videos and Talks

+

Writing Web Apps in Go

+

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

+ +

Real World Go

+

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

+

Go Programming

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);

Go Videos | More...

- “Practical Go Programming” OSDC Tech Talk + “Writing Web Apps in Go” Google I/O 2011

Go Blog | More...

@@ -80,7 +80,7 @@ google.setOnLoadCallback(loadFeed);
  • Other Documentation
  • -
    +

    For developers:

    • Package Dashboard
    • diff --git a/doc/talks/io2011/Real_World_Go.pdf b/doc/talks/io2011/Real_World_Go.pdf new file mode 100644 index 00000000000..2a187116ba5 Binary files /dev/null and b/doc/talks/io2011/Real_World_Go.pdf differ diff --git a/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf b/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf new file mode 100644 index 00000000000..ca4702ee969 Binary files /dev/null and b/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf differ diff --git a/doc/video-005.jpg b/doc/video-005.jpg new file mode 100644 index 00000000000..32371581f52 Binary files /dev/null and b/doc/video-005.jpg differ