README ¶ naturalsort Sort strings according to natural sort order. https://en.wikipedia.org/wiki/Natural_sort_order https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/ Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Sort(s []string) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Sort ¶ func Sort(s []string) []string Sort sorts strings according to their natural sort order. Types ¶ This section is empty. Source Files ¶ View all Source files naturalsort.go Click to show internal directories. Click to hide internal directories.