Documentation ¶
Overview ¶
Package buildinfo hosts build info variables populated via ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the build version. If not set at build time via // ldflags, Version takes the value of defaultVersion. Version = defaultVersion // Commit is the commit hash. Commit string // Timestamp is the timestamp of when the cli was built. Timestamp string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.