Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Info ¶
type Info struct {
GitVersion string `json:"gitVersion"`
GitCommit string `json:"gitCommit"`
GitTreeState string `json:"gitTreeState"`
BuildDate string `json:"buildDate"`
GoVersion string `json:"goVersion"`
Compiler string `json:"compiler"`
Platform string `json:"platform"`
}
Info contains versioning information.
func Get ¶
func Get() *Info
Get returns the overall codebase version. It's for detecting what code a binary was built from.
func (*Info) KeysAndValues ¶
KeysAndValues returns the keys and values of the version info. This is useful for some logging formats.
Click to show internal directories.
Click to hide internal directories.