Documentation
¶
Overview ¶
Package version provides build metadata and version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildVersion is the semantic version of the build BuildVersion = "0.1.2" // BuildCommit is the git commit hash of the build BuildCommit = "unknown" // BuildDate is the date and time of the build BuildDate = "unknown" // GoVersion is the version of Go used to build GoVersion = runtime.Version() )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.