Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the program - Git tag - git describe --tags --always Version = "v0.0.0" // Build is the build number of the program as generated by the CI system Build = "" // CommitHash is the commit hash of the program - git rev-parse HEAD CommitHash = "" // Branch is the branch of the program Branch = "" // Date is the date of the build - date -u '+%Y-%m-%d_%I:%M:%S%p-GMT' BuildDate = "" )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.