package
2.1.1
Repository: https://github.com/starudream/go-lib.git
Documentation: pkg.go.dev

# Functions

Provider returns an environment variables provider that returns a nested map[string]interface{} of environment variable where the nesting hierarchy of keys is defined by delim.
ProviderWithValue works exactly the same as Provider except the callback takes a (key, value) with the variable name and value and allows you to modify both.

# Structs

Env implements an environment variables provider.