package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
README
¶
env-go
Go micro-library for environment variable handling with 0 dependencies.
Documentation
¶
GetOr attempts to get environment variable, however, if it fails to do so,
it will return the given default_ value.
MustGet attemts to get environment variable key and panics on failure.
TryGet attempts to get environment variable key and returns error in case of
failure.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.