]> Cypherpunks repositories - gostls13.git/commitdiff
doc: link to Go coding screencast
authorAndrew Gerrand <adg@golang.org>
Tue, 13 Nov 2012 15:50:44 +0000 (16:50 +0100)
committerAndrew Gerrand <adg@golang.org>
Tue, 13 Nov 2012 15:50:44 +0000 (16:50 +0100)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6849046

doc/code.html
doc/docs.html

index d11685f796f74d872e3a37f9e20e07e3aa9f45f8..096f5bfc9e3f19592abdb9dbcdbe26f91c17671f 100644 (file)
@@ -10,6 +10,10 @@ introduces the <a href="/cmd/go/">go command</a>, the standard way to fetch,
 build, and install Go packages and commands.
 </p>
 
+<p>
+This content is also available as a <a href="http://www.youtube.com/watch?v=XCsL89YtqCs">screencast</a>.
+</p>
+
 
 <h2 id="GOPATH">Code organization</h2>
 
index 1f9ae76369e047ba0e4cae02e183c544667226ef..9bb012a50abf7682a475b16a24eec048a88701e7 100644 (file)
@@ -45,8 +45,10 @@ learned. You can <a href="http://tour.golang.org/">take the tour online</a> or
 
 <h3 id="code"><a href="code.html">How to write Go code</a></h3>
 <p>
-How to use the <a href="/cmd/go/">go command</a> to fetch, build, and install
-packages, commands, and run tests.
+Also available as a
+<a href="http://www.youtube.com/watch?v=XCsL89YtqCs">screencast</a>, this doc
+explains how to use the <a href="/cmd/go/">go command</a> to fetch, build, and
+install packages, commands, and run tests.
 </p>
 
 <h3 id="effective_go"><a href="effective_go.html">Effective Go</a></h3>