From a278aee398d54cb9f07b7e8961ffcd5d88abfda5 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 12 May 2021 18:05:51 +0200 Subject: 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 Reviewed-by: Dmitri Shuralyov --- content/concurrency.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.3