Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The git commit that was compiled. This will be filled in by the compiler. GitCommit string GitDescribe string Version = func() string { if GitDescribe != "" { return GitDescribe } return version }() )
Updated by linker flags during build.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.