]> Cypherpunks repositories - gostls13.git/commit
exp/locale/collate: added functionality for sorting.
authorMarcel van Lohuizen <mpvl@golang.org>
Wed, 23 Jan 2013 13:16:22 +0000 (14:16 +0100)
committerMarcel van Lohuizen <mpvl@golang.org>
Wed, 23 Jan 2013 13:16:22 +0000 (14:16 +0100)
commit34b533cd81dbad155a8e2265d91110434bbac2fb
treeb675cbb0bc20d6580f41d59f2badae8e12c2550f
parentf86ae990e859e026475380f0a1e0c86203d7a0d5
exp/locale/collate: added functionality for sorting.
Eliminates the need for the user to fiddle with keys.

R=rsc
CC=golang-dev
https://golang.org/cl/7060051
src/pkg/exp/locale/collate/sort.go [new file with mode: 0644]
src/pkg/exp/locale/collate/sort_test.go [new file with mode: 0644]