package
0.0.0-20220210005632-0a897ee86128
Repository: https://github.com/gokultp/go-envparser.git
Documentation: pkg.go.dev

# Functions

Decode will decode environment variables to given value.

# Variables

ErrDecoderNotImplemented is thrown if the type has not implemeted the Decoder interface.

# Interfaces

Decoder is the interface implemented by types that can decode themselves from env values.