kubernetes/vendor/github.com/fvbommel/sortorder
Humble Chirammal 9cfdf989ed dependencies: update gh/fvbommel/v1.1.0
Signed-off-by: Humble Chirammal <humble.devassy@gmail.com>
2023-04-14 11:51:11 +05:30
..
.gitignore
doc.go dependencies: update gh/fvbommel/v1.1.0 2023-04-14 11:51:11 +05:30
LICENSE
natsort.go dependencies: update gh/fvbommel/v1.1.0 2023-04-14 11:51:11 +05:30
README.md dependencies: update gh/fvbommel/v1.1.0 2023-04-14 11:51:11 +05:30

sortorder PkgGoDev

import "github.com/fvbommel/sortorder"

Sort orders and comparison functions.

Case-insensitive sort orders are in the casefolded sub-package because it pulls in the Unicode tables in the standard library, which can add significantly to the size of binaries.