Documentation
¶
Overview ¶
Package version provides build-time version information. Variables are set via ldflags during build (see Makefile).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version (from git tag or "dev") Version = "dev" // Commit is the git commit hash Commit = "unknown" // Date is the build timestamp Date = "unknown" )
Build-time variables set via ldflags
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.