package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 3, 2023
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 = "unknown"
Commit = "unknown"
BuildDate = "unknown"
)
type Info struct {
Commit string `json:"commit"`
Version string `json:"version"`
BuildDate string `json:"build_date"`
}
Info holds build information
Get creates and initialized Info object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.