Documentation
¶
Overview ¶
Package buildinfo exposes version metadata injected by release builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version set by GoReleaser. Version = "dev" // Commit is the git commit set by GoReleaser. Commit = "none" // BuildDate is the RFC3339 build timestamp set by GoReleaser. BuildDate = "unknown" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.