Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppMajor uint = 0 AppMinor uint = 14 AppPatch uint = 3 // AppPreRelease MUST only contain characters from semanticAlphabet // per the semantic versioning spec. AppPreRelease = "" )
These constants define the application version and follow the semantic versioning 2.0.0 spec (http://semver.org/).
Variables ¶
This section is empty.
Functions ¶
func String ¶
func String() string
String returns the application version as a properly formed string per the semantic versioning 2.0.0 spec (http://semver.org/).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.