package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Aug 6, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package buildinfo contains immutable release identity injected at link time.
View Source
var (
Version = "0.0.0-development"
SourceCommit = "development"
)
type Identity struct {
Version string `json:"version"`
SourceCommit string `json:"sourceCommit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.