top | item 34158764

A new method of configuration load in Golang

1 points| ismdeep | 3 years ago |gist.github.com

3 comments

order
[+] ismdeep|3 years ago|reply
Hi, I got a new method of configuration load in golang. As the code show, it allows programmer to set label "config" to describe default value and load value from environment name. But I don't know how to implement it.

It would be very thankful to help me out with TODO part.