package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Jan 27, 2021
License: ISC
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
version returns the application version as a properly formed string per the
semantic versioning 2.0.0 spec (http://semver.org/).
type Ver struct {
Version string `json:"version"`
Commit string `json:"commit"`
Tag string `json:"tag"`
Date string `json:"date"`
}
func GetExtendedVersion() Ver
Source Files
¶
Click to show internal directories.
Click to hide internal directories.