type DurationHolder … func TestDurationMarshalYAML(t *testing.T) { … } func TestDurationUnmarshalYAML(t *testing.T) { … } func TestDurationMarshalJSON(t *testing.T) { … } func TestDurationUnmarshalJSON(t *testing.T) { … } func TestDurationMarshalJSONUnmarshalYAML(t *testing.T) { … }