Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppName string
AppName is set by the linker.
View Source
var BuildInfo = &BuildInfoApp{}
View Source
var BuildTime string
BuildTime is set by the linker.
View Source
var Version string
Version is set by the linker.
Functions ¶
This section is empty.
Types ¶
type BuildInfoApp ¶
type BuildInfoApp struct{}
func (*BuildInfoApp) AppName ¶
func (b *BuildInfoApp) AppName() string
func (*BuildInfoApp) BuildTime ¶
func (b *BuildInfoApp) BuildTime() string
func (*BuildInfoApp) ModulePath ¶
func (b *BuildInfoApp) ModulePath() string
func (*BuildInfoApp) Version ¶
func (b *BuildInfoApp) Version() string
Click to show internal directories.
Click to hide internal directories.