func github.com/ghodss/yaml.indirect

2 uses

	github.com/ghodss/yaml (current package)
		fields.go#L22: func indirect(v reflect.Value, decodingNull bool) (json.Unmarshaler, encoding.TextUnmarshaler, reflect.Value) {
		yaml.go#L106: 		ju, tu, pv := indirect(*jsonTarget, false)