package
0.0.0-20240727100037-04777cf24b8b
Repository: https://github.com/omgolab/go-commons.git
Documentation: pkg.go.dev

# Functions

The `Env` function retrieves the value of an environment variable and provides a fallback value if the variable is not set.
The function `EnvWithConverter` retrieves an environment variable value and converts it to a specified type using a provided converter function.

# Interfaces

The type EnvValueType represents a value that can be an integer, unsigned integer, floating-point number, boolean, string, or time.
The FloatType interface represents either a float32 or a float64 type.
The above type defines an interface that can be implemented by any integer type in Go.
The above type defines an interface that can be implemented by any unsigned integer type in Go.

# Type aliases

No description provided by the author