-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added methods for working on env slices.
## Changes * Added methods for working on env slices. * Added tests * Load and Overload uses Read (code reuse) * Avoid using return arguments `raw return` (antipattern) * Exec does not pollute current process environment variables when invoked. This allows easy use with with os/exec package. Signed-off-by: Bartlomiej Plotka <[email protected]>
- Loading branch information
Showing
2 changed files
with
105 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters