From the Book - First edition.
Let's get going: syntax basics
Which code runs next?: conditionals and loops
Bundles of code: packages
Building storage: structs
You're my type: defined type
Keep it to yourself: encapsulation and embedding
What can you do?: interfaces
Back on your feet: recovering from failure
Sharing work: goroutines and channels
Code quality assurance: automated testing
Responding to requests: web apps
A pattern to follow: HTML templates
Understanding os.OpenFile: opening files
Six things we didn't cover: leftovers.