Package handysort implements alphanumeric string comparison for natural sorting order.
go get github.com/xlab/handysortNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sort strings alphanumerically using handysort.Less.
Use only when natural sorting is required; for simple lexicographic sort, use standard sort.
No dependency data recorded yet.