Closed fatih closed 9 years ago
If a config had an unexported field it would just panic, example:
type GCE struct { ProjectID string AccountFile string Region string svc *compute.ImagesService }
Trying to load this would cause multiconfig to panic, because svc is unexported.
:+1:
If a config had an unexported field it would just panic, example:
Trying to load this would cause multiconfig to panic, because svc is unexported.