karmada/vendor/github.com/fvbommel/sortorder
RainbowMango 99d413052e update auto-generated files
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
2023-12-25 10:45:22 +08:00
..
.gitignore change vendor 2021-10-12 17:09:52 +08:00
LICENSE change vendor 2021-10-12 17:09:52 +08:00
README.md update auto-generated files 2023-12-25 10:45:22 +08:00
doc.go update auto-generated files 2023-12-25 10:45:22 +08:00
natsort.go update auto-generated files 2023-12-25 10:45:22 +08:00

README.md

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.