package
0.0.0-20200308153012-2f14254c1f71
Repository: https://github.com/brymck/helpers.git
Documentation: pkg.go.dev
# Functions
GetPort retrieves the port from the PORT environment variable, falling back to the provided default value if that value is unset.
MustGetEnv retrieves the value of the env variable named by the key.
MustMapEnv retrieves the value of the env variable named by the key and assigns it to the target string reference.