caarlos0 / env

A simple, zero-dependencies library to parse environment variables into structs
https://pkg.go.dev/github.com/caarlos0/env/v11
MIT License
4.79k stars 246 forks source link

Added support `time.Location` #326

Closed BorzdeG closed 3 weeks ago

BorzdeG commented 4 weeks ago
  1. Added support time.Location
  2. Small refactoring to make code easier to read
codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (aa50469) to head (ba94b92). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #326 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 499 507 +8 ========================================= + Hits 499 507 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

caarlos0 commented 3 weeks ago

thanks!