Documentation ¶
Overview ¶
Package version contains global variables which must be set during the build process For example, version and commit hash
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is a version of the app. It must be set during the build process with -ldflags flag Version = "unknown" // GitHash is the last commit hash. It must be set during the build process with -ldflags flag GitHash = "unknown" )
nolint:gochecknoglobals
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.