type MicroTimeHolder … func TestMicroTimeMarshalYAML(t *testing.T) { … } func TestMicroTimeUnmarshalYAML(t *testing.T) { … } func TestMicroTimeMarshalJSON(t *testing.T) { … } func TestMicroTimeUnmarshalJSON(t *testing.T) { … } func TestMicroTimeMarshalCBOR(t *testing.T) { … } func TestMicroTimeUnmarshalCBOR(t *testing.T) { … } func TestMicroTimeProto(t *testing.T) { … } func TestMicroTimeEqual(t *testing.T) { … } func TestMicroTimeEqualTime(t *testing.T) { … } func TestMicroTimeBefore(t *testing.T) { … } func TestMicroTimeBeforeTime(t *testing.T) { … } func TestMicroTimeIsZero(t *testing.T) { … } func TestMicroTimeUnmarshalJSONAndProtoEqual(t *testing.T) { … } func TestMicroTimeProtoUnmarshalRaw(t *testing.T) { … } func TestMicroTimeRoundtripCBOR(t *testing.T) { … }