| 1263 | } |
| 1264 | |
| 1265 | type obsoleteFailingUnmarshaler struct{} |
| 1266 | |
| 1267 | func (ft *obsoleteFailingUnmarshaler) UnmarshalYAML(unmarshal func(interface{}) error) error { |
| 1268 | return failingErr |
nothing calls this directly
no outgoing calls
no test coverage detected