Documentation ¶
Overview ¶
Package app provides vars that can be populated via "-X" linker flags to provide global application metadata, such as build time or version.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoBuildTime is the error returned when no build time for the current // binary was set. ErrNoBuildTime = errors.New("build time not known") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.