Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse reads an env file from io.Reader, returning a map of keys-value pairs and an error.
Only double-quoted values are escaped. Single-quoted and backquoted values are treated as literal strings. Variable expansion (${...} and $...) is performed in non-quoted and double-quoted values.
Note: This function does not support multiline values. Each key-value pair must be on a single line.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.