mirror of
https://github.com/spf13/viper
synced 2025-05-06 20:27:17 +00:00
fix typo
This commit is contained in:
parent
a848f49a70
commit
6492b314cc
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -1791,7 +1791,7 @@ func (v *Viper) writeConfig(filename string, force bool) error {
|
||||||
return f.Sync()
|
return f.Sync()
|
||||||
}
|
}
|
||||||
|
|
||||||
// commenting since it is unsed.
|
// commenting since it is unused.
|
||||||
// Unmarshal a Reader into a map.
|
// Unmarshal a Reader into a map.
|
||||||
// Should probably be an unexported function.
|
// Should probably be an unexported function.
|
||||||
// func unmarshalReader(in io.Reader, c map[string]any) error {
|
// func unmarshalReader(in io.Reader, c map[string]any) error {
|
||||||
|
|
Loading…
Add table
Reference in a new issue