Documentation
¶
Overview ¶
Package version holds the build-time version string, so both pkg/app (--version, config show) and pkg/gui (help popup) can read it without depending on each other.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is overridden at build time via -ldflags "-X github.com/thomas-gleizes/lazyshell/pkg/version.Version=...". "dev" is what `go run`/`go build` without ldflags produce, so it never looks like a real release.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.