koding / multiconfig

Load configuration from multiple sources in Go
http://godoc.org/github.com/koding/multiconfig
MIT License
454 stars 64 forks source link

ignore test flags #61

Closed capt-hb closed 6 years ago

cihangir commented 7 years ago

Hi @capt-hb What is the motivation behind this PR and what will happen if someone uses "multiconfig" within their compiled tests?

capt-hb commented 7 years ago

Shouldn't break any code, multiconfig should ignore test.* flags, there was an issue about it a while ago but it got closed. (#40) I've been using multiconfig in multiple projects but this was bothering me, that's why I made a PR for it.

calvernaz commented 7 years ago

Any plans to merge this?

cihangir commented 6 years ago

Thanks for the contribution @capt-hb