aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2021-05-12 18:05:51 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2021-05-12 16:45:46 +0000
commita278aee398d54cb9f07b7e8961ffcd5d88abfda5 (patch)
tree7b7dd8b37bb89dbd53d7d4c71936afb109d5b8d2
parent7c0634e83fce00e061c55c76d0003c9ed280918a (diff)
downloadgolang-id-tour-a278aee398d54cb9f07b7e8961ffcd5d88abfda5.tar.xz
content: remove link to old video showing GOPATH workflow
The final 'Where to Go from here...' page of the tour suggests, as next step, to look at a YT screencast titled 'Writing, building, installing, and testing Go code', or to read the 'How To Write Go Code' document. The screencast is from 2012, so of course it shows the old GOPATH workflow. This change removes the link to the video, and leaves the suggestion to read 'How To Write Go Code', to make sure beginners won't start using the legacy GOPATH-based workflow. Fixes golang/tour#1089 Change-Id: Ib826298127d8465055c85a2537732e61ff21cdb0 Reviewed-on: https://go-review.googlesource.com/c/tour/+/319429 Trust: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--content/concurrency.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/concurrency.article b/content/concurrency.article
index 35945b0..9cb5f69 100644
--- a/content/concurrency.article
+++ b/content/concurrency.article
@@ -180,7 +180,7 @@ The
start.
It contains references, tutorials, videos, and more.
-To learn how to organize and work with Go code, watch [[https://www.youtube.com/watch?v=XCsL89YtqCs][this screencast]] or read [[https://golang.org/doc/code.html][How to Write Go Code]].
+To learn how to organize and work with Go code, read [[https://golang.org/doc/code][How to Write Go Code]].
If you need help with the standard library, see the [[https://golang.org/pkg/][package reference]]. For help with the language itself, you might be surprised to find the [[https://golang.org/ref/spec][Language Spec]] is quite readable.