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 = 7 // Patch is the current patched version of the master branch. Patch = 0 // Release is the current release level of the master branch. Valid values // are dev (development 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.