Discover Packages
gitlab.com/jaxnet/jaxnetd
version
package
Version:
v0.4.0-rc17
Opens a new window with list of versions in this module.
Published: Oct 18, 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
Documentation
¶
GetVersion 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"`
BuiltBy string `json:"builtBy"`
}
func GetExtendedVersion() Ver
Source Files
¶
Click to show internal directories.
Click to hide internal directories.