From f4386887283185b3a35dd55ff6bf77612d58c93e Mon Sep 17 00:00:00 2001 From: Li K <38109291+navigante@users.noreply.github.com> Date: Sun, 19 May 2019 20:08:04 +0600 Subject: [PATCH] Removed repeating video to watch --- LearnConcurrency.md | 1 - 1 file changed, 1 deletion(-) diff --git a/LearnConcurrency.md b/LearnConcurrency.md index c68601b4..7ce3cbd8 100644 --- a/LearnConcurrency.md +++ b/LearnConcurrency.md @@ -2,7 +2,6 @@ This page links to resources for learning about concurrency in Go. The items ar ## Beginner - Read [Effective Go: Concurrency](https://golang.org/doc/effective_go.html#concurrency) -- Watch [Rob Pike: Concurrency vs. Parallelism](https://vimeo.com/49718712/) - Watch [Simulating a real-world system in Go](https://www.dotconferences.com/2017/11/sameer-ajmani-simulating-a-real-world-system-in-go) - Study [The Go Programming Language Specification](https://golang.org/ref/spec), especially - [Go statements](https://golang.org/ref/spec#Go_statements)