diff options
| author | Andrew Gerrand <adg@golang.org> | 2012-11-13 16:50:44 +0100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2012-11-13 16:50:44 +0100 |
| commit | 6f9609ab3bafb62dcc224604fccdc4f75fc60906 (patch) | |
| tree | 03097603e701a9e4c08718be11a7cb594f94ac6e /doc/docs.html | |
| parent | 306afc7725e5174e7ad06fc7ba160ec7bc262cb7 (diff) | |
| download | go-6f9609ab3bafb62dcc224604fccdc4f75fc60906.tar.xz | |
doc: link to Go coding screencast
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6849046
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html index 1f9ae76369..9bb012a50a 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -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> |
