my first Golang examples
- The Go compiler won't allow you to create variables that you never use.
- Go only has one for loop that can be used in a variety of different ways.
- A single _ (underscore) is used to tell the compiler that we don't need this.
- A map is an unordered collection of key-value pairs.