v0.0.1
initial go mod release
What's Changed
- Fix readme example usage by @bvwells in #4
- Added missing int types by @BartWillems in #2
- Support multiple env struct tags by @hinshun in #6
- Support type time.Duration by @kitt1987 in #7
- Add default values by @jimmykodes in #8
- Split default value only into two parts by @steveteuber in #9
- Update build status location by @sghill in #11
- Add float32 and float64 support by @kplachkov in #14
- Add support for custom env marshaling and unmarshaling by @mothershipper in #12
- Fix tiny typo in test by @seawolf in #16
- Add detail for required field error by @PePoDev in #17
- Add uint uint8 uint16 uint32 uint64 support by @jorgejr568 in #22
- Make repo a Go module, switch to GitHub Actions by @patricksanders in #25
New Contributors
- @bvwells made their first contribution in #4
- @BartWillems made their first contribution in #2
- @hinshun made their first contribution in #6
- @kitt1987 made their first contribution in #7
- @jimmykodes made their first contribution in #8
- @steveteuber made their first contribution in #9
- @sghill made their first contribution in #11
- @kplachkov made their first contribution in #14
- @mothershipper made their first contribution in #12
- @seawolf made their first contribution in #16
- @PePoDev made their first contribution in #17
- @jorgejr568 made their first contribution in #22
- @patricksanders made their first contribution in #25
Full Changelog: https://github.com/Netflix/go-env/commits/v0.0.1