Documentation
¶
Overview ¶
Package version carries the build identity of every Podium binary. Version and Commit are overwritten at link time by the Makefile / GoReleaser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the release version, or "dev" for an unstamped build. Version = "dev" // Commit is the short git commit, or "none" for an unstamped build. Commit = "none" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.