|
|
|
|
|
by andrewpolidori
903 days ago
|
|
The benefit of gofmt has nothing to do with "style" per se. Because it's standardized, tools can rely on its output. This means that you can easily write tools that handle go source code and interoperate well with each other |
|