Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the service version Version = "0.1.0" // GitCommit is the git commit hash GitCommit = "unknown" // BuildTime is the time the binary was built BuildTime = "unknown" // GoVersion is the version of Go used to build the binary GoVersion = runtime.Version() )
Build information set by the compiler flags
Functions ¶
func FullVersion ¶
func FullVersion() string
FullVersion returns the full version string including git commit and build time
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.