More on this book
Kindle Notes & Highlights
Read between
September 3, 2019 - May 11, 2020
Go’s philosophy on concurrency can be summed up like this: aim for simplicity, use channels when possible, and treat goroutines like a free resource. Chapter 3.