Documentation
¶
Overview ¶
Package build provide information about the build.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Information ¶
type Information struct {
Name, Version, Branch, Commit, Date, Go string
}
Information holds the build information.
func (Information) String ¶
func (i Information) String() string
String provides the build information as a string.
Click to show internal directories.
Click to hide internal directories.