Documentation ¶
Overview ¶
Package buildinfo provides access to build-time information such as the build date and version control details
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // set via ldflags -X / goreleaser or from debug.ReadBuildInfo() Version = "dev" Commit = "none" Tag = "" Branch = "" BuiltBy = "manual" DateStr = "" Date *time.Time Dirty bool )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.