Documentation
¶
Overview ¶
Package version holds the build-time version for all AgentBox components.
The Version variable is set at compile time via:
go build -ldflags="-X github.com/scitix/agent-sandbox/pkg/version.Version=x.y.z"
When not set (e.g. `go run`), it defaults to "0.0.0".
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "0.0.0"
Version is the semantic version of this build. Set via -ldflags at compile time; defaults to "0.0.0" for development builds.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.