Documentation
¶
Overview ¶
Package version provides version information and build details for the application.
Index ¶
Constants ¶
View Source
const ( // ShortCommitHashLength defines the length for shortened commit hashes ShortCommitHashLength = 7 // UnknownValue represents unknown build information UnknownValue = "unknown" )
Constants
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" Date = "unknown" BuiltBy = "unknown" BuildNumber = "0" )
Build-time variables set by linker flags
Functions ¶
func GetFullVersionInfo ¶
func GetFullVersionInfo() string
GetFullVersionInfo returns detailed version information in modern format
Types ¶
Click to show internal directories.
Click to hide internal directories.