package
0.0.0-20230710142318-f8a288cd3046
Repository: https://github.com/packethost/pkg.git
Documentation: pkg.go.dev
# Functions
Bool parses given environment variables as a boolean, or returns the default if the environment variable is empty/unset.
Duration parses given environment variable as a time.Duration, or returns the default if the environment variable is empty/unset.
Get retrieves the value of the environment variable named by the key.
Int parses given environment variable as an int, or returns the default if the environment variable is empty/unset.
URL parses given environment variable as a URL, or returns the default if the environment variable is empty/unset.