This is a Go package implementing a correct comparison function to compare
alphanumeric strings with respect to their integer parts.
.
For example, this is the default result of strings sort:
hello1 hello10 hello11 hello2 hello3
.
This is the result from handysort: hello1 hello2 hello3 hello10 hello11
Installed Size: 24.6 kB
Architectures: all