Documentation ¶
Overview ¶
Package version provides a function to print the version of this project, and it is usually exposed in a `version` command for each CLI application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VersionString represents the project's version. VersionString string = "0.4.0-dev" // GitCommit is the hash of the git commit at build time. It is set by the Makefile. GitCommit string = "n/a" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.