ilyakaznacheev / cleanenv

✨Clean and minimalistic environment configuration reader for Golang
MIT License
1.61k stars 111 forks source link

[#86] Published methods for get configuration through io.Reader #122

Closed padremortius closed 1 year ago

padremortius commented 1 year ago

Fix issue #86. Published methods for get configuration in based formats through io.Reader for user choise location of configuration file (local storage, http, i.e.)

Update packages toml and godotenv

codecov[bot] commented 1 year ago

Codecov Report

Merging #122 (1c4029f) into master (aea2c89) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #122   +/-   ##
=======================================
  Coverage   93.76%   93.76%           
=======================================
  Files           1        1           
  Lines         353      353           
=======================================
  Hits          331      331           
  Misses         13       13           
  Partials        9        9           
Flag Coverage Δ
unittests 93.76% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cleanenv.go 93.76% <100.00%> (ø)