Documentation
¶
Overview ¶
Package version holds build information, injected at release time via -ldflags. Defaults are placeholders for `go run`/`go install` builds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version (e.g. v1.2.3), set by goreleaser. Version = "dev" // Commit is the short git SHA the binary was built from. Commit = "none" // Date is the build timestamp (RFC3339). Date = "unknown" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.