Documentation
¶
Overview ¶
Package version holds the build version string, overridable at link time via -ldflags "-X github.com/Kubonsang/unity-ctx/internal/version.Version=<tag>".
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is the unity-ctx build version. Defaults to "dev" for plain source builds; release builds inject the git tag via -ldflags, and `go install <module>@<tag>` recovers it from the module build info (see init).
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.