Documentation
¶
Overview ¶
Package version provides the application version.
Index ¶
Constants ¶
View Source
const ( Major int = 0 // The major version number Minor int = 4 // The minor version number Revision int = 0 // The revision number )
Variables ¶
View Source
var (
Build string = "" // The build number
)
Functions ¶
func Long ¶
func Long() string
Long returns the version number in the format Major.Minor.Revision (build Build).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.