Versions in this module Expand all Collapse all v1 v1.3.1 Dec 16, 2019 Changes in this version + func Exec(filenames []string, cmd string, cmdArgs []string) error + func Load(filenames ...string) (err error) + func Marshal(envMap map[string]string) (string, error) + func Overload(filenames ...string) (err error) + func Parse(r io.Reader) (envMap map[string]string, err error) + func Read(filenames ...string) (envMap map[string]string, err error) + func Unmarshal(str string) (envMap map[string]string, err error) + func Write(envMap map[string]string, filename string) error