comment exported ParseConfig func

This commit is contained in:
A.Unger
2020-03-18 13:02:28 +01:00
parent f737dd6aa6
commit 961da9b8f0

View File

@@ -64,6 +64,7 @@ func NewLogger(cfg *config.Config) log.Logger {
)
}
// ParseConfig loads proxy configuration from Viper known paths.
func ParseConfig(c *cli.Context, cfg *config.Config) error {
logger := NewLogger(cfg)