Starting to play with Go, the programming language.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
The Go guys chose to use tabs for indentation. Well, that sucks, really
don't like them.
*But* that's not their official recommendation. What they say is: "Use
gofmt to format your code." YES! This is the way to go. Just provide a
standard tool and enforce one particular style. Problem solved. No more
discussions, no more people that just don't get it, no more
misconfigured IDEs.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
`defer` is really nice.