gofmt

bearophile bearophileHUGS at lycos.com
Sat Apr 23 07:15:39 PDT 2011


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


More information about the Digitalmars-d mailing list