package
0.0.0-20240122114842-bbd7aa9bf6fb
Repository: https://github.com/coreos/pkg.git
Documentation: pkg.go.dev
# Functions
SetFlagsFromEnv parses all registered flags in the given flagset, and if they are not already set it attempts to set their values from environment variables.
SetFlagsFromEnvFile iterates the given flagset and if any flags are not already set it attempts to set their values from the given env file.
# Structs
IPv4Flag parses a string into a net.IP after asserting that it is an IPv4 address.
# Type aliases
StringSliceFlag parses a comma-delimited list of strings into a []string.