func TestGomegaFormatObject(t *testing.T) { … } type typeWithGomegaStringer … func (v typeWithGomegaStringer) GomegaString() string { … } type myStruct …
func TestGomegaFormatObject(t *testing.T) { … } type typeWithGomegaStringer … func (v typeWithGomegaStringer) GomegaString() string { … } type myStruct …