Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the release Version string // Commit is the commit hash of the release Commit string // BuildDate is the date when the release was built BuildDate string )
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct {
// BuildDate is the date when the release was built
BuildDate string
// Commit is the commit hash of the release
Commit string
// Header is the header of the release
Header string
// OsArch is the OS and architecture of the release
OsArch string
// Version is the version of the release
Version string
}
Release contains information about the release
func NewRelease ¶
NewRelease creates a new Release instance
Click to show internal directories.
Click to hide internal directories.