Documentation
¶
Overview ¶
Package version defines the versioning information for the toolkit.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the toolkit. Will be empty when developing. Version = "" // GitSHA is the GIT SHA of this version of the toolkit. Will be empty when developing. GitSHA = "" )
Functions ¶
func CoreLibraryTagOrBranch ¶
func CoreLibraryTagOrBranch() string
CoreLibraryTagOrBranch returns the core library tag or branch to use for this version of the toolkit.
func DescriptiveVersion ¶
func DescriptiveVersion() string
DescriptiveVersion returns a descriptive form of the version that will never be empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.