1
0
mirror of https://github.com/golang/go synced 2024-11-08 14:56:31 -07:00
go/src/text
Daniel Martí 57e7d62455 all: use sort.Slice in a few more places
Do the low-hanging fruit - tiny Less functions that are used exactly
once. This reduces the amount of code and puts the logic in a single
place.

Change-Id: I9d4544cd68de5a95e55019bdad1fca0a1dbfae9c
Reviewed-on: https://go-review.googlesource.com/63171
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-09-22 12:39:14 +00:00
..
scanner text/scanner: clarify documentation on Pos and Position 2017-05-14 20:24:34 +00:00
tabwriter all: unindent some big chunks of code 2017-08-18 06:59:48 +00:00
template all: use sort.Slice in a few more places 2017-09-22 12:39:14 +00:00