Documentation
¶
Overview ¶
Package version is the single source of truth for RuntimePulse's version. Release builds inject the git tag at link time:
-X github.com/tufantunc/RuntimePulse/internal/version.Version=1.0.0
Source builds fall back to VCS metadata from the Go build info, so "which commit is this?" is always answerable.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is "dev" unless overwritten by a release build's ldflags.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.