DockerCLI/vendor/github.com/fvbommel/sortorder
Sebastiaan van Stijn 0f6370c94b
vendor: github.com/fvbommel/sortorder v1.1.0
- Add a case-folding version of Natural sort order
  This can be used to perform case-insensitive comparisons and sorting.
  It's been placed in a separate sub-package because it requires the Unicode
  tables in the standard library, which can add significantly to binary size.

full diff: https://github.com/fvbommel/sortorder/compare/v1.0.2...v1.1.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-01 13:10:44 +02:00
..
.gitignore vendor with go mod 2021-12-16 21:16:01 +01:00
LICENSE Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
README.md vendor: github.com/fvbommel/sortorder v1.1.0 2024-07-01 13:10:44 +02:00
doc.go vendor: github.com/fvbommel/sortorder v1.0.2 2020-10-31 14:37:07 +01:00
natsort.go vendor: github.com/fvbommel/sortorder v1.1.0 2024-07-01 13:10:44 +02: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.