From: Andrew Gerrand
Date: Tue, 13 Nov 2012 15:50:44 +0000 (+0100)
Subject: doc: link to Go coding screencast
X-Git-Tag: go1.1rc2~1885
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6f9609ab3bafb62dcc224604fccdc4f75fc60906;p=gostls13.git
doc: link to Go coding screencast
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6849046
---
diff --git a/doc/code.html b/doc/code.html
index d11685f796..096f5bfc9e 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -10,6 +10,10 @@ introduces the go command, the standard way to fetch,
build, and install Go packages and commands.
+
+This content is also available as a screencast.
+
+
Code organization
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 take the tour online or
-How to use the go command to fetch, build, and install
-packages, commands, and run tests.
+Also available as a
+screencast, this doc
+explains how to use the go command to fetch, build, and
+install packages, commands, and run tests.