Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load() error
Load looks for .env configurations and will use them to override any system environment settings. This should be called once, at the top level of the program, but there's nothing stopping you from doing it more than once.
Check Order:
- ./.env
- $HOME/.env
Note, Load will stop at the first .env that is found.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.