Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VERSION is sofeware version VERSION string // BUILD_TIME is build time BUILD_TIME string // GO_VERSION is go version GO_VERSION string // PRODUCT_NAME is product name PRODUCT_NAME string )
View Source
var ( VersionCmd = &cobra.Command{ Use: "version", Short: "show " + PRODUCT_NAME + "version", Long: "", Run: func(cmd *cobra.Command, args []string) { PrintSoftwareVer() }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.