Documentation
¶
Overview ¶
Package version contains build-time version information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Version is the current version of the application. It should be set at build time using ldflags:
-ldflags "-X github.com/BenbenIO/gh-quoi/internal/version.Version=v1.0.0"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.