@bob What? yes of course =D Pretty much any sane golang project has that by default since `gofmt` came out. I've been doing it in #mgmtconfig since very early on too. I also run `go vet`.
@purpleidea indeed. It's certainly one of the things that go got right. Have a fmt command so that there can't be arguments in teams about what the correct formatting is. If you think it does it wrong have a discussion with the people who write the language instead.