diff options
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index d4e78446f..9fd3dcebe 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -70,6 +70,12 @@ An introduction to Go for C++ programmers. <h2 id="tutorials_nonenglish">Non-English Documentation</h2> +<h3 id="docs_be">Belarusian — Беларуская</h3> + +<ul> +<li><a href="http://www.designcontest.com/show/faq-be">faq-be</a> - Frequently Asked Questions.</li> +</ul> + <h3 id="docs_cn">Chinese — 中文</h3> <ul> @@ -90,6 +96,11 @@ An introduction to Go for C++ programmers. <li><a href="http://golang.jp/">golang.jp</a> - Go documentation and news. </ul> +<h3 id="docs_kr">Korean — 한국어</h3> +<ul> +<li><a href="http://code.google.com/p/golang-korea">golang-korea</a> - Go documentation and news. +</ul> + <h3 id="docs_ru">Russian — Русский</h3> <ul> <li><a href="http://golanguage.ru/">golanguage.ru</a> - Go documentation. @@ -119,6 +130,9 @@ The built-in documentation for the Go tools. The official Go Language specification. </p> +<h3 id="release"><a href="devel/release.html">Release History</a></h3> +<p>A summary of the changes between Go releases.</p> + <h3 id="go_mem"><a href="go_mem.html">The Go Memory Model</a></h3> <p> A document that specifies the conditions under which reads of a variable in @@ -128,6 +142,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 |