basics
doc & blogs
- official doc
- The Go Blog
- research!rsc: Thoughts and links about programming, by Russ Cox
- Eli Bendersky's go posts
- Russ Cox's YouTube channel
hack deeper
Why they make Go this way
- The Go Programming Language and Environment, by Russ Cox, Robert Griesemer, Rob Pike, Ian Lance Taylor, and Ken Thompson, in Communications of the ACM, 2022: The article, by the original designers and implementers of Go, explains what we believe makes Go so popular and productive. In short, it is that Go effort focuses on delivering a full development environment targeting the entire software development process, with a focus on scaling both to large software engineering efforts and large deployments.
What is Go