package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev
# Functions
Compare returns 0 if two versions are equal a negative number if this < other and a positive number if this > other If this and other are both compliant with semver, then semver sorting rules are used Otherwise the versions are compared component-by-component, numerically if both are numeric If !strictSort insignificant trailing components are ignored (1.0.0.0 == 1) and the alpha comparison is case-insensitive.
No description provided by the author
VersionCompare compares two version strings.
# Type aliases
ByVersion implements sorting versions (by component) using semver if applicable.