/Rob Pike

Go Proverbs tl;dr: (1) Don't communicate by sharing memory, share memory by communicating. (2) Concurrency is not parallelism. (3) Channels orchestrate; mutexes serialize. (4) The bigger the interface, the weaker the abstraction. (5) Make the zero value useful. And more. 

featured in #333


New Case Studies About Google’s Use Of Go tl;dr: Rob discusses increasingly diverse use cases of Go within Google - in Core Data Solutions, Chrome and Firebase.

featured in #203



Go in Go

featured in #35.1