Documentation
¶
Overview ¶
Package version holds build-time version information. Overridden at build time via ldflags:
go build -ldflags "-X github.com/ivangsm/jay/internal/version.Version=1.2.3 \
-X github.com/ivangsm/jay/internal/version.Commit=abc1234"
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the service. Version = "0.5.2" // Commit is the short git SHA baked in at build time. Commit = "dev" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.