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

# README

Env

This package sets a standard for using env.

Installation

go get github.com/samuelmachado/go-core/env

# 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.