Documentation
¶
Index ¶
Constants ¶
View Source
const ( TokenAssign = byte('=') TokenNewLine = byte('\n') )
Variables ¶
This section is empty.
Functions ¶
func PairsToMap ¶
func PairsToMap(pairs []StringPair) map[string]string
Types ¶
type StringPair ¶
func ParseEnvFileToPairArray ¶
func ParseEnvFileToPairArray(r io.Reader) ([]StringPair, error)
Click to show internal directories.
Click to hide internal directories.