Documentation
¶
Overview ¶
Package version exposes build-time identity for substrate binaries. Values are set via -ldflags -X at build time; if unset, init() falls back to runtime/debug.ReadBuildInfo() so plain `go build` / `go install` still produce something meaningful.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "unknown" BuildDate = "unknown" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.