Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Version ¶
type Version []int
Version is a tuple of non-negative integers that represents the version of a software package.
func ParseVersion ¶
ParseVersion parses a version of the form "12.34.56-abcd". Non-negative integer components are separated by dots. An arbitrary suffix may appear after '-', which is ignored.
Click to show internal directories.
Click to hide internal directories.