You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lazydocker/vendor/github.com/fvbommel/sortorder
Rajiv Kushwaha d2fa5e9e9c
feat(docker): Honor the host specified in current docker context (#464)
8 months ago
..
.gitignore feat(docker): Honor the host specified in current docker context (#464) 8 months ago
LICENSE feat(docker): Honor the host specified in current docker context (#464) 8 months ago
README.md feat(docker): Honor the host specified in current docker context (#464) 8 months ago
doc.go feat(docker): Honor the host specified in current docker context (#464) 8 months ago
natsort.go feat(docker): Honor the host specified in current docker context (#464) 8 months ago

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.