Documentation
¶
Overview ¶
Package version provides version information for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the application version. Version = "dev" // GitCommit is the git commit hash. GitCommit = "unknown" // BuildDate is the build date. BuildDate = "unknown" )
These variables are set during build time.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.