-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactors to a `val, err := Get("ENV")` based signature - Changes most functions to a `val, err` signature to match this - Breaks code into functional files for sanity - Provides `Get` alias `GetString` for convention - Renames `GetSlice` to `GetStringSlice` and supports more types - Adds support for multiple `default` slice values through `default=[one,two,three]` - Does not require the brackets if there is only 1 default item.
- Loading branch information
Showing
10 changed files
with
1,241 additions
and
684 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
Oops, something went wrong.