Masterminds / sprig

Useful template functions for Go templates.
http://masterminds.github.io/sprig/
MIT License
4.25k stars 436 forks source link

Issue 362 - sortNumeric #392

Open chrishalbert opened 9 months ago

chrishalbert commented 9 months ago

This is a PR to address a user's need to sort a list of integers, as noted in https://github.com/Masterminds/sprig/issues/362

I added tests, but I'm interested in feedback. Thanks