gopkg.in/yaml.v2.MapItem.Value (field)

3 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L713: 			v := reflect.ValueOf(&item.Value).Elem()
		encode.go#L203: 			e.marshal("", reflect.ValueOf(item.Value))
		yaml.go#L24: 	Key, Value interface{}