Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name is the name of the application Name = "flow" // Version defines the application version Version = "next" // Description is the application description Description = "flow render management" // Build will be overwritten automatically by the build system Build = "-dev" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD" )
Functions ¶
func BuildVersion ¶
func BuildVersion() string
BuildVersion returns the build version information including version, build and git commit
func FullVersion ¶
func FullVersion() string
FullVersion returns the build version information including version, build and git commit
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.