Versions in this module Expand all Collapse all v0 v0.1.0 Nov 3, 2021 Changes in this version + func LoadEnv(ctx context.Context, dst interface{}, prefix string, mutators ...MutatorFunc) error + type MutatorFunc func(ctx context.Context, k, v string) (string, error)