Documentation ¶ Index ¶ type Info func Get() Info func (i Info) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Info ¶ type Info struct { Version string `json:"version"` Major uint64 `json:"major"` Minor uint64 `json:"minor"` Commit string `json:"commit"` Date string `json:"date"` } func Get ¶ func Get() Info func (Info) String ¶ func (i Info) String() string Source Files ¶ View all Source files version.go Click to show internal directories. Click to hide internal directories.