proper brace placement to avoid semicolon insertion
“import path” versus “package name” (factored import statement)
fmt.Printf() format specifiers
named return values (explicit or allow to default)
type “zero values”
“var p = &Vertex{1,2}”, what is the scope/lifetime?
how to list all package methods from the command line?
how multi-platform things like Sqrt() work?
possible formats of for loop
neat uses of “defer” statements (stacked)
package “init” functions
closures
methods