Unlike GoLint or GoVet, Gofmt formats Go programs. It uses tabs (width= 8) for indentation and blanks for alignment.
Refs T6867
Differential D12620
Add GoFmt linter eMxyzptlk on Apr 30 2015, 5:43 AM. Authored by Tags None Referenced Files
Tokens
Details
Unlike GoLint or GoVet, Gofmt formats Go programs. It uses tabs (width= 8) for indentation and blanks for alignment. Refs T6867 All of the unit tests are derived from real Go files that were formatted by gofmt.
Diff Detail
|