package
Version:
v0.9.20
Opens a new window with list of versions in this module.
Published: Feb 11, 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
¶
View Source
var (
Version = "dev"
GitCommit = "unknown"
BuildTime = "unknown"
)
Version information
String returns a formatted version string
type Info struct {
Version string `json:"version"`
GitCommit string `json:"git_commit"`
BuildTime string `json:"build_time"`
GoVersion string `json:"go_version"`
Platform string `json:"platform"`
}
Info holds version information
Get returns version information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.