mirror of
https://github.com/golang/go
synced 2024-11-21 13:24:40 -07:00
doc: add I/O 2011 talks to talks/, docs.html, and front page.
R=rsc CC=golang-dev https://golang.org/cl/4516057
This commit is contained in:
parent
db36e03692
commit
4fb5857596
@ -117,6 +117,22 @@ same variable in a different goroutine.
|
||||
|
||||
<h2 id="videos_talks">Videos and Talks</h2>
|
||||
|
||||
<h3 id="writing_web_apps"><a href="http://www.youtube.com/watch?v=-i0hat7pdpk">Writing Web Apps in Go</a></h3>
|
||||
<p>
|
||||
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 <a href="http://blog.golang.org/2011/05/go-and-google-app-engine.html">Go runtime for App Engine</a>.
|
||||
See the <a href="/doc/talks/io2011/Writing_Web_Apps_in_Go.pdf">presentation slides</a>.
|
||||
</p>
|
||||
|
||||
<h3 id="real_world_go"><a href="http://www.youtube.com/watch?v=7QDVRowyUQA">Real World Go</a></h3>
|
||||
<p>
|
||||
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 <a href="/doc/talks/io2011/Real_World_Go.pdf">presentation slides</a>.
|
||||
</p>
|
||||
|
||||
<h3 id="go_programming"><a href="http://www.youtube.com/watch?v=jgVhBThJdXc">Go Programming</a></h3>
|
||||
<p>
|
||||
A presentation delivered by Rob Pike and Russ Cox at Google I/O 2010. It
|
||||
|
@ -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;
|
||||
|
@ -60,7 +60,7 @@ google.setOnLoadCallback(loadFeed);
|
||||
<div id="content-rotating">
|
||||
<div id="content-videos">
|
||||
<h2>Go Videos <span class="more">| <a href="/doc/docs.html#videos_talks">More...</a></span></h2>
|
||||
<a class="video" href="http://osdc.blip.tv/file/4432146/"><img src="/doc/play_overlay.png" class="thumbnail _004" /> <span class="caption title">“Practical Go Programming”</span> <span class="caption description">OSDC Tech Talk</span></a>
|
||||
<a class="video" href="http://www.youtube.com/watch?v=-i0hat7pdpk"><img src="/doc/play_overlay.png" class="thumbnail _005" /> <span class="caption title">“Writing Web Apps in Go”</span> <span class="caption description">Google I/O 2011</span></a>
|
||||
</div>
|
||||
<h2>Go Blog <span class="more">| <a href="http://blog.golang.org/">More...</a></span></h2>
|
||||
<div id="content-blog">
|
||||
@ -80,7 +80,7 @@ google.setOnLoadCallback(loadFeed);
|
||||
<li><a href="/doc/docs.html">Other Documentation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="resources-contributors" class="resources">
|
||||
<div id="resources-contributors" >
|
||||
<h3>For developers:</h3>
|
||||
<ul>
|
||||
<li><a href="http://godashboard.appspot.com/package">Package Dashboard</a></li>
|
||||
|
BIN
doc/talks/io2011/Real_World_Go.pdf
Normal file
BIN
doc/talks/io2011/Real_World_Go.pdf
Normal file
Binary file not shown.
BIN
doc/talks/io2011/Writing_Web_Apps_in_Go.pdf
Normal file
BIN
doc/talks/io2011/Writing_Web_Apps_in_Go.pdf
Normal file
Binary file not shown.
BIN
doc/video-005.jpg
Normal file
BIN
doc/video-005.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
Loading…
Reference in New Issue
Block a user