Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractVersion ¶
ExtractVersion picks out the semantic vesion from a version string and returns it as a 64 bit integer. It is assumed that versions are limited to 0..10000.
func SemanticVersion ¶
SemanticVersion returns true if the cmp operator is true between the versionString and the "to" string. cmp operator is one of ">", ">=", "<", "<=", "==", "!=". Version strings are of the form ".* v[0-9]+.[0-9]+.[0-9]+[ .*]?" to strings are of the form [0-9]+.[0-9]+.[0-9]+
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.