Documentation
¶
Overview ¶
Package version provides build information and version details for Lesser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the application version, set by build flags or defaults to "dev" Version = "dev" // GitCommit is the Git commit hash, extracted from build info or "unknown" GitCommit = "unknown" // BuildTime is the build timestamp, extracted from build info or "unknown" BuildTime = "unknown" // GoVersion is the Go version used to build the application GoVersion = "unknown" )
Functions ¶
func GetBuildInfo ¶
GetBuildInfo returns comprehensive build information as a map
func GetFullVersionString ¶
func GetFullVersionString() string
GetFullVersionString returns a formatted version string with all details
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.