Documentation
¶
Overview ¶
Package version holds the build version metadata for the wlog binary. Commit and Date are injected at build time via -ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commit string
Commit is the git commit hash, injected at build time via ldflags.
View Source
var Date string
Date is the build timestamp, injected at build time via ldflags.
View Source
var Version = "0.1.0-dev"
Version is the semantic version of the build. Overridable via ldflags.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.