Sat, 30 Sep 2023
# Go's Go-Tos
# Texts
- Official docs:
- Blogs:
- Posts:
# Videos
- 2015 - Concurrency is not Parallelism by Rob Pike
- 2016 - Mat Ryer - Idiomatic Go Tricks
- 2017 - Building a Bank with Go by Matt Heath
- Bryan C. Mills - Rethinking Classical Concurrency Patterns
- Dmitry Vyukov — Go scheduler: Implementing language with lightweight concurrency - scheduling, memory organization and tons of details.