Documentation
¶
Overview ¶
Package env handles environment variables in a structured manner.
See the README at https://github.com/peter-edge/env-go/blob/master/README.md for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoder ¶
Decoder decodes an env file.
func NewEnvFileDecoder ¶
NewEnvFileDecoder returns a new Decoder that decodes an env file of the form key=value.
func NewJSONDecoder ¶
NewJSONDecoder returns a new Decoder that decodes a JSON object.
Click to show internal directories.
Click to hide internal directories.
