Documentation
¶
Overview ¶
Package version contains version information for the application. The information includes the tool version, commit hash, build date, and Go version. This package is automatically populated by goreleaser during the release process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" GoVersion = runtime.Version() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.