I think this is a module (a standard command) of the Go standard library, it formats Go code in a standard way: http://golang.org/cmd/gofmt/ People use it, it's a way to "enforce" a shared coding style in the community of programmers of a language. So they are able to share modules with each other better. Bye, bearophile