Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Major is the current major version of master branch. Major = 0 // Minor is the current minor version of master branch. Minor = 4 // Patch is the curernt patched version of the master branch. Patch = 1 // Release is the current release level of the master branch. Valid values // are dev (developement unreleased), rcX (release candidate with current // iteration), stable (indicates a final released version). Release = "stable" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.