kelseyhightower / envconfig

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

Update README.MD #166

Closed rahulshewale153 closed 4 years ago

rahulshewale153 commented 4 years ago

In readme.MD file, I have added one more example for decode environment variables into map[string][]structName type. Most of the users couldn't understand how to decode environment variables into map[string][]structName type. if you accept this merge request then it can be helpful for new users.