From e2a134a768ef87457a9333c7dddfdd67e5248aec Mon Sep 17 00:00:00 2001 From: Renann Prado Date: Fri, 23 Nov 2018 23:19:49 +0100 Subject: [PATCH] Remove AllowEmptyEnvVar from documentation The method `AllowEmptyEnvVar` no longer exists and hence shouldn't be mentioned in the documentation anymore --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0208eac..7a850c8 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,6 @@ with ENV: * `BindEnv(string...) : error` * `SetEnvPrefix(string)` * `SetEnvKeyReplacer(string...) *strings.Replacer` - * `AllowEmptyEnvVar(bool)` _When working with ENV variables, it’s important to recognize that Viper treats ENV variables as case sensitive._