package
1.0.11
Repository: https://github.com/benc-uk/go-rest-api.git
Documentation: pkg.go.dev

# Functions

GetEnvBool is a simple helper function to read an environment variable as a boolean or return a default value.
GetEnvFloat is a simple helper function to read an environment variable as a float or return a default value.
GetEnvInt is a simple helper function to read an environment variable as an integer or return a default value.
GetEnvString is a simple helper function to read an environment variable as a string or return a default value.