Documentation
¶
Overview ¶
Package build_info exposes ldflag-injected build metadata (Version, Commit, Date) and small derived helpers (IsDev, DocsURL) that depend on it.
Index ¶
Constants ¶
View Source
const (
DefaultDevVersion = "0.0.0-localdev"
)
Variables ¶
View Source
var ( Version = DefaultDevVersion Commit = "unknown" Date = "unknown" )
Build information variables - set via ldflags during build
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.