Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitCommit and GitDescribe are filled by the compiler using ldflags to // provide useful Git information. GitCommit string GitDescribe string // Version is the semantic version number describing the current state of // NOM. Version = "0.2.0" // Prerelease designates whether the current version is within a prerelease // phase. Typically, this will be "dev" to signify a development cycle or a // release candidate phase such as alpha, beta.1, rc.1, or such. Prerelease = "" // Metadata allows us to provide additional metadata information to the // version identifier. This is typically used to identify enterprise builds // using the "ent" metadata string. Metadata = "" )
Functions ¶
func HumanVersion ¶
func HumanVersion() string
HumanVersion composes the parts of the version in a way that's suitable for displaying to humans.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.