gliderlabs / com

Library for structuring Golang applications into components
BSD 3-Clause "New" or "Revised" License
90 stars 5 forks source link

config/viper: tests will fail until Viper is fixed #1

Closed progrium closed 6 years ago

progrium commented 6 years ago

Viper's pluggable filesystem interface is ignored in a critical spot. A PR was submitted to fix it. This issue is to track the PR.

PR: https://github.com/spf13/viper/pull/405 Issue: https://github.com/spf13/viper/issues/404