Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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"` ASCIIName string `json:"-"` FontName string `json:"-"` Name string `json:"-"` Description string `json:"-"` }
func GetVersionInfo ¶
func GetVersionInfo() Info
GetVersionInfo represents known information on how this binary was built.
func (*Info) CheckFontName ¶
func (*Info) JSONString ¶
JSONString returns the JSON representation of the version info
Click to show internal directories.
Click to hide internal directories.