Categorygithub.com/facily-tech/go-core/env
modulepackage
0.1.0
Repository: https://github.com/facily-tech/go-core.git
Documentation: pkg.go.dev

# README

Env

Go Reference

Package env provides helper functions to load environment variables with some degree of control of behavior like: empty, prefixes, default and mutators. All these beneficits come from github.com/sethvargo/go-envconfig.

# Functions

LoadEnv bring a set of environment variables defined in dst with prefix.

# Type aliases

MutatorFunc should be used when you want to change environment value before returning for use.