Skip to content

Commit 554d39c

Browse files
authored
Update LearnConcurrency.md
The link to [Simulating a Real-World System in Go] is broken, so I’ve updated it with the new link in Youtube.
1 parent a3687a6 commit 554d39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearnConcurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This page links to resources for learning about concurrency in Go. The items ar
66

77
## Beginner
88
- Read [Effective Go: Concurrency](https://go.dev/doc/effective_go#concurrency)
9-
- Watch [Simulating a real-world system in Go](https://www.dotconferences.com/2017/11/sameer-ajmani-simulating-a-real-world-system-in-go)
9+
- Watch [Simulating a real-world system in Go](https://www.youtube.com/watch?v=_YK0viplIl4)
1010
- Study [The Go Programming Language Specification](https://go.dev/ref/spec), especially
1111
- [Go statements](https://go.dev/ref/spec#Go_statements)
1212
- [Channel types](https://go.dev/ref/spec#Channel_types)

0 commit comments

Comments
 (0)