package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: May 23, 2025
License: MIT
Opens a new window with license information.
Imports: 0
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"
BuildTime = "unknown"
GitCommit = "unknown"
GoVersion = "unknown"
)
type Info struct {
Version string `json:"version"`
BuildTime string `json:"buildTime"`
GitCommit string `json:"gitCommit"`
GoVersion string `json:"goVersion"`
}
Info contains version information
GetInfo returns the current version information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.