Retracted: Tagged before the installer qualification driver accepted the v6 artifact manifest; use v0.9.1.
package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Sep 2, 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.