Versions in this module Expand all Collapse all v0 v0.5.1 Jun 19, 2026 v0.5.0 Jun 18, 2026 Changes in this version + func Emit(w io.Writer, r Resolved, f Format) error + func EmitDotenv(w io.Writer, r Resolved) error + type Format string + const FormatDotenv + const FormatJSON + const FormatShell + func ParseFormat(s string) (Format, error) + type Resolved struct + ChainKeys []string + Full map[string]string + func Resolve(processEnv map[string]string, files []string, expand bool) (Resolved, error)