Versions in this module Expand all Collapse all v0 v0.0.0 Apr 9, 2020 Changes in this version + func KeyboardBannerFormat() string + func LDFlags() string + type Info struct + Agent string + CommitHash string + Component string + Date string + ParsedDate time.Time + SemVer string + Version string + func GetInfo(component string) Info + func ToInfoMust(text string) Info + func (r Info) Banner() string + func (r Info) Bannerf(f string) string + func (r Info) String() string + type ModInfo struct + Module Module + Require []Require + func ToModInfoMust(text string) ModInfo + func (r ModInfo) String() string + type Module struct + Path string + func (r Module) MajorVersion() string + type Require struct + Indirect bool + Path string + Version string