"Introducing Go: Build Reliable, Scalable Programs" - Oreilly.
Chapter titles:
- Getting Started
- Types
- Variables
- Control Structures
- Arrays, Slices, and Maps
- Functions
- Structs and Interfaces
- Packages
- Testing
- Concurrency
- Learn more about Golang.
- Introducing Go Oreilly Book.
- Learn more about Uber Golang style guide.
- more about Goroutine, channels and select? visit Advanced Go Concurrency Patterns.