mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Fix tab issue.
As the title said.
This commit is contained in:
parent
e37b56e207
commit
477a9ca352
1 changed files with 2 additions and 2 deletions
4
viper.go
4
viper.go
|
@ -108,11 +108,11 @@ func (fnfe ConfigFileNotFoundError) Error() string {
|
|||
// Defaults : {
|
||||
// "secret": "",
|
||||
// "user": "default",
|
||||
// "endpoint": "https://localhost"
|
||||
// "endpoint": "https://localhost"
|
||||
// }
|
||||
// Config : {
|
||||
// "user": "root"
|
||||
// "secret": "defaultsecret"
|
||||
// "secret": "defaultsecret"
|
||||
// }
|
||||
// Env : {
|
||||
// "secret": "somesecretkey"
|
||||
|
|
Loading…
Reference in a new issue