Documentation
¶
Overview ¶
Package version provides the Version information.
Index ¶
Constants ¶
View Source
const ( // Version shows the version of gotgt. Version = "Not provided." // SCSIVersion string MUST be shorter than 4 characters SCSIVersion = "0.1" // GitSHA shoows the git commit id of volcano. GitSHA = "Not provided." // Built shows the built time of the binary. Built = "Not provided." )
Variables ¶
This section is empty.
Functions ¶
func PrintVersionAndExit ¶ added in v0.2.0
func PrintVersionAndExit()
PrintVersionAndExit prints versions from the array returned by Info() and exit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.