Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the release version (e.g. "v0.1.0"), set by goreleaser. Version = "dev" // Commit is the short git SHA of the build. Commit = "dev" // Date is the build timestamp (RFC3339), set by goreleaser. Date = "unknown" )
These values are injected at build time via -ldflags. See the Makefile and .goreleaser.yaml. Defaults apply for `go run` / `go install` builds.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.