Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version variable will be replaced at link time after `make` has been run. Version = "latest" // GitHash variable will be replaced at link time after `make` has been run. GitHash = "<NOT PROPERLY GENERATED>" // BuildType should be one of (dev, release). BuildType = buildDev )
View Source
var InfoVar = Info{ {"Version", Version}, {"GitHash", GitHash}, {"BuildType", BuildType}, {"GoVersion", runtime.Version()}, {"OS", runtime.GOOS}, {"Architecture", runtime.GOARCH}, }
InfoVar is a singleton instance of the Info struct.
Functions ¶
func IsDevBuild ¶
func IsDevBuild() bool
IsDevBuild returns true if this is a development (local) build.
func IsReleaseBuild ¶
func IsReleaseBuild() bool
IsReleaseBuild returns true if this is a release build.
Types ¶
Click to show internal directories.
Click to hide internal directories.