Documentation ¶ Overview ¶ Package envfile parses dotenv-style environment files. Index ¶ func Current() map[string]string func Load(path string) (map[string]string, error) func Lookup(key string, values map[string]string) (string, bool) func LookupCurrent(key string) (string, bool) func Parse(content string) map[string]string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Current ¶ func Current() map[string]string func Load ¶ func Load(path string) (map[string]string, error) func Lookup ¶ func Lookup(key string, values map[string]string) (string, bool) func LookupCurrent ¶ func LookupCurrent(key string) (string, bool) func Parse ¶ func Parse(content string) map[string]string Types ¶ This section is empty. Source Files ¶ View all Source files doc.goenvfile.go Click to show internal directories. Click to hide internal directories.