Documentation
¶
Overview ¶
Package env provides a means to read environment variables into values backed by a flag.FlagSet.
Environment variables are of the format:
<FSNAME>_<KEYNAME>
Where FSNAME is the name of the given flag.FlagSet. KEYNAME is the name of the flag. All spaces and periods are replaced with underscores in both strings. The name of the FlagSet is cleaned with path.Base().
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.