]> Cypherpunks repositories - gostls13.git/commit
Remove -align flag from gofmt.
authorRobert Griesemer <gri@golang.org>
Fri, 13 Nov 2009 02:26:45 +0000 (18:26 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 13 Nov 2009 02:26:45 +0000 (18:26 -0800)
commit511772c888e4c9cb48cb1a289a752a41be13108e
tree7acf8676152b77e886585b0632c853b3b438a172
parenta23746ea65249ffde38290709d9ab0873a28b19e
Remove -align flag from gofmt.
(Making it work correctly with -spaces is a bit of work and the output
won't make much sense as it is intended as input to tabwriter.)
Fixes #100.

R=rsc
https://golang.org/cl/154102
src/cmd/gofmt/doc.go
src/cmd/gofmt/gofmt.go