Documentation
¶
Overview ¶
Package version provides version information for the zvuk-grabber application. Version information is injected at build time via ldflags and can be accessed programmatically or through the CLI version command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the build. It can be overridden via ldflags. Version = "1.0.0" // Commit is the short git SHA embedded at build time (or "none"). Commit = "none" // BuildTime is the UTC build timestamp embedded at build time. BuildTime = "unknown" )
Functions ¶
func AttachCobraVersionCommand ¶
AttachCobraVersionCommand attaches a `version` subcommand to the provided root command. It prints detailed build info.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.