Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version string BuildNumber string DevBuild = func() bool { b, _ := strconv.ParseBool(DevBuildStr) return b }() Release = func() bool { b, _ := strconv.ParseBool(ReleaseStr) return b }() )
View Source
var ( DevBuildStr string ReleaseStr string )
These variables represent a Boolean value that will be assigned when compiling
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.