Documentation
¶
Overview ¶
Package version exposes the lagotto version string. Version is overridden at release time via -ldflags; otherwise String falls back to runtime/debug build info.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = ""
Version is overridden via -ldflags at release time by goreleaser (e.g. "v0.1.0"). When unset (a `go install` build, a `go build` from a dirty checkout), String falls back to module info from runtime/debug.ReadBuildInfo and finally to "(devel)".
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.