Versions in this module Expand all Collapse all v1 v1.1.1 Nov 20, 2020 Changes in this version + func LoadEnvFileWithPath(path string, override bool) v1.1.0 Sep 26, 2020 Changes in this version + func ConvertData(input, output interface{}, tag string) error + func EscapeEnv(contents []byte) []byte + func LoadEnvFile() + func LoadFile(path string) ([]byte, error) + func LoadToMap(path string, c map[string]interface{}) error + func TrimBOM(f []byte) []byte + func UnmarshalToMap(in io.Reader, typ string, c map[string]interface{}) (err error) + type ParseError struct + func (pe ParseError) Error() string