Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AppVersion contains the current version in SemVer format. AppVersion string //nolint:gochecknoglobals // only used on main for usage // Branch is the name of the branch referenced by HEAD. Branch string //nolint:gochecknoglobals // only used on main for usage // BuildTime is the compiled build time. BuildTime string //nolint:gochecknoglobals // only used on main for usage // Commit contains the hash of the latest commit on Branch. Commit string //nolint:gochecknoglobals // only used on main for usage // GoVersion contains the the version of the go that performed the build. GoVersion string //nolint:gochecknoglobals // only used on main for usage )
Functions ¶
func GetVersion ¶
func GetVersion() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.