Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: syntaqx/env

Tags

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More options for Unmarshal (#8)

* defaults from code

* allow loading environment variables from a file to aid in docker secrets

* no need to Unset

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
assert one last test before release

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Error signature refactoring (#6)

- 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.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
further test coverage

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #3 from syntaqx/unmarshal

Unmarshal & Updates

v0.0.4

Toggle v0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from john-peterson-g17/add-comma-list

Add functionality for parsing comma list value into a slice of strings

v0.0.3

Toggle v0.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
Merge branch 'main' of github.com:syntaqx/env

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
wrap godotenv for load/overload for now; include documentation on usage

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
syntaqx Chase Pierce
reorder readme