Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser is capable of parsing environment files. It supports in-line substitution of already defined variables and allows C- and Basic-style comments (//, /*, and #). To support existing env files, Parser supports variables prefixed with "export".
func NewWithConfig ¶
NewWithConfig returns a new env-file parser with a config.
Click to show internal directories.
Click to hide internal directories.