Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/vendor/github.com/fvbommel/sortorder
iwilltry42 a04aa84456
fix: update deps to fix docker/mobx#45935
1 year ago
..
.gitignore docker context support 3 years ago
LICENSE docker context support 3 years ago
README.md fix: update deps to fix docker/mobx#45935 1 year ago
doc.go docker context support 3 years ago
natsort.go fix: update deps to fix docker/mobx#45935 1 year 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.