This commit is contained in:
smukk9 2024-03-25 09:58:36 -07:00
parent a848f49a70
commit 6492b314cc

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 {