package
0.0.0-20240608220345-902489af46fc
Repository: https://github.com/chrisyxlee/snippets.git
Documentation: pkg.go.dev

# Functions

GetenvOrDefault returns the value of the environment variable, or the default value if the environment variable isn't set.
GetenvOrDie retrieves the value for the keyed environment variable, or it will panic with a message if the environment variable isn't set.