package
0.1.7
Repository: https://github.com/openchami/magellan.git
Documentation: pkg.go.dev

# Functions

PrintVersionInfo outputs all versioning information for troubleshooting or version checks.
No description provided by the author

# Variables

BuildHost stores the hostname of the machine where the binary was built.
BuildTime stores the build timestamp in UTC.
BuildUser is the username of the person or system that initiated the build process.
GitBranch holds the name of the Git branch from which the build was created.
GitCommit stores the latest Git commit hash.
GitState indicates whether the working directory was "clean" or "dirty" (i.e., with uncommitted changes).
GitTag represents the most recent Git tag at build time, if any.
GoVersion captures the Go version used to build the binary.
Version indicates the version of the binary, such as a release number or semantic version.