Documentation
¶
Overview ¶
Package version provides build-time version information for GoatFlow. These variables are set at build time via -ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version (e.g., "v0.5.1") or branch name if not a tagged build Version = "dev" // GitCommit is the short git commit SHA GitCommit = "unknown" // GitBranch is the git branch name GitBranch = "unknown" // BuildDate is the build timestamp BuildDate = "unknown" )
Build-time variables set via ldflags
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.