lazydocker/vendor/github.com/fvbommel/sortorder
2023-10-09 17:13:22 +11:00
..
.gitignore feat(docker): Honor the host specified in current docker context (#464) 2023-10-09 17:13:22 +11:00
doc.go feat(docker): Honor the host specified in current docker context (#464) 2023-10-09 17:13:22 +11:00
LICENSE feat(docker): Honor the host specified in current docker context (#464) 2023-10-09 17:13:22 +11:00
natsort.go feat(docker): Honor the host specified in current docker context (#464) 2023-10-09 17:13:22 +11:00
README.md feat(docker): Honor the host specified in current docker context (#464) 2023-10-09 17:13:22 +11:00

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.