From 6f9609ab3bafb62dcc224604fccdc4f75fc60906 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 13 Nov 2012 16:50:44 +0100 Subject: [PATCH] doc: link to Go coding screencast R=golang-dev, r CC=golang-dev https://golang.org/cl/6849046 --- doc/code.html | 4 ++++ doc/docs.html | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 write Go code

-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.

Effective Go

-- 2.48.1