kelseyhightower / envconfig

Golang library for managing configuration data from environment variables
MIT License
5.06k stars 382 forks source link

Change GatherInfo and VarInfo to public access #154

Open imantung opened 5 years ago

imantung commented 5 years ago

I need to generate a .env file based on envconfig struct definition, therefore GatherInfo and VarInfo need to be public

kelseyhightower commented 4 years ago

This one makes sense to me. If there are no breaking changes I'll review the test coverage and get this merged.

bry00 commented 3 years ago

This one makes sense to me. If there are no breaking changes I'll review the test coverage and get this merged.

Hi, are you going to merge this one into the new release? When?