Documentation ¶
Overview ¶
Package semver provides a way to parse and compare semantic versions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SemVer ¶
SemVer describes a semantic version number.
func (SemVer) GreaterThan ¶
GreaterThan takes a SemVer object and reports true if it is greater than the SemVer object.
func (SemVer) GreaterThanEqual ¶
GreaterThanEqual takes a SemVer object and reports true if it is greater than or equal to the SemVer object.
Click to show internal directories.
Click to hide internal directories.