mirror of
https://github.com/spf13/viper
synced 2025-05-06 12:17:18 +00:00
Fix: display in Debug()
Removed extra "Aliases"
This commit is contained in:
parent
1186061431
commit
fd1ed93339
1 changed files with 0 additions and 1 deletions
1
viper.go
1
viper.go
|
@ -1289,7 +1289,6 @@ func (v *Viper) findConfigFile() (string, error) {
|
|||
// purposes.
|
||||
func Debug() { v.Debug() }
|
||||
func (v *Viper) Debug() {
|
||||
fmt.Println("Aliases:")
|
||||
fmt.Printf("Aliases:\n%#v\n", v.aliases)
|
||||
fmt.Printf("Override:\n%#v\n", v.override)
|
||||
fmt.Printf("PFlags:\n%#v\n", v.pflags)
|
||||
|
|
Loading…
Add table
Reference in a new issue