fix typo
This commit is contained in:
sandeep 2024-03-25 09:59:28 -07:00 committed by GitHub
commit 08e337f1c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1791,7 +1791,7 @@ func (v *Viper) writeConfig(filename string, force bool) error {
return f.Sync()
}
// commenting since it is unsed.
// commenting since it is unused.
// Unmarshal a Reader into a map.
// Should probably be an unexported function.
// func unmarshalReader(in io.Reader, c map[string]any) error {