package
0.0.0-20220303065510-90f89e66f73e
Repository: https://github.com/go-project-pkg/version.git
Documentation: pkg.go.dev
# Functions
AddFlags registers this package's flags on arbitrary FlagSets, such that they point to the same value as the global flags.
PrintAndExitIfRequested will check if the -version flag was passed and, if so, print the version and exit.
Version wraps the VersionVar function.
VersionVar defines a flag with the specified name and usage string.
# Type aliases
VersionValue ...