mirror of
https://github.com/spf13/viper
synced 2025-05-11 06:37:27 +00:00
Remove AllowEmptyEnvVar from documentation
The method `AllowEmptyEnvVar` no longer exists and hence shouldn't be mentioned in the documentation anymore
This commit is contained in:
parent
06c7c0d9b3
commit
e2a134a768
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ with ENV:
|
||||||
* `BindEnv(string...) : error`
|
* `BindEnv(string...) : error`
|
||||||
* `SetEnvPrefix(string)`
|
* `SetEnvPrefix(string)`
|
||||||
* `SetEnvKeyReplacer(string...) *strings.Replacer`
|
* `SetEnvKeyReplacer(string...) *strings.Replacer`
|
||||||
* `AllowEmptyEnvVar(bool)`
|
|
||||||
|
|
||||||
_When working with ENV variables, it’s important to recognize that Viper
|
_When working with ENV variables, it’s important to recognize that Viper
|
||||||
treats ENV variables as case sensitive._
|
treats ENV variables as case sensitive._
|
||||||
|
|
Loading…
Add table
Reference in a new issue