1
0
mirror of https://github.com/golang/go synced 2024-11-18 14:54:40 -07:00
go/cmd/benchcmp
Josh Bleecher Snyder 3e7bc48329 go.tools/cmd/benchcmp: do not generate trailing whitespace
text/tabwriter cells are tab-terminated, not tab-separated. This creates trailing whitespace. However, with left-aligned columns, it is ok not to treat the final element as a cell. Demo: http://play.golang.org/p/m_ajG8SSZe

LGTM=gri
R=golang-codereviews, gobot, gri
CC=golang-codereviews, r
https://golang.org/cl/103650043
2014-07-07 11:55:26 -07:00
..
benchcmp.go go.tools/cmd/benchcmp: do not generate trailing whitespace 2014-07-07 11:55:26 -07:00
compare_test.go go.tools/cmd/benchcmp: sort by original benchmark order by default 2014-02-19 07:44:49 -08:00
compare.go go.tools/cmd/benchcmp: sort by original benchmark order by default 2014-02-19 07:44:49 -08:00
doc.go go.tools/cmd/benchcmp: expand documentation 2014-04-14 17:00:04 -07:00
parse_test.go go.tools/cmd/benchcmp: add -best flag 2014-05-30 21:45:27 -04:00
parse.go go.tools/cmd/benchcmp: add -best flag 2014-05-30 21:45:27 -04:00