package
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Sep 19, 2020
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Version struct {
Name string `json:"name"`
Major uint64 `json:"major"`
Minor uint64 `json:"minor"`
Patch uint64 `json:"patch"`
}
Version describe a semantic version
Parse given version string into a version
Compare return version diff in semver nomenclture
IsGreater check if current version is greater than other
Source Files
¶
Click to show internal directories.
Click to hide internal directories.