Documentation ¶
Overview ¶
Package cliversion provides the version of the binary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { // Version is the version of the module. Version string // GoVersion is the version of the Go that produced this binary. GoVersion string // Commit is the current commit hash. Commit string // Time is the time of the build. Time time.Time }
Info is the build information.
Click to show internal directories.
Click to hide internal directories.