Documentation ¶
Overview ¶
Package buildinfo implements encoding and decoding of build metadata injected into binaries via the jiri tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct { // Manifest records the project manifest that identifies the state of Vanadium // projects used for the build. Manifest project.Manifest // Platform records the target platform of the build. Platform string // Pristine records whether the build was executed using pristine master // branches of Vanadium projects (or not). Pristine bool // Time records the time of the build. Time time.Time // User records the name of user who executed the build. User string }
T describes build related metadata.
func FromMetaData ¶
FromMetaData decodes metadata md and returns the build info.
Click to show internal directories.
Click to hide internal directories.