Masterminds / sprig

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

docs: clarify semverCompare return value #325

Closed apricote closed 2 years ago

apricote commented 2 years ago

The return value for semverCompare was not explicitly listed in the docs, and I had to go check in the source code wether it's actually a boolean.

By listing the return type in the docs, we can make usage easier for other people.