MCPcopy Create free account
hub / github.com/google/go-cmp / MyStruct

Struct MyStruct

cmp/cmpopts/util_test.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 MyString string
28 MyTime struct{ time.Time }
29 MyStruct struct {
30 A, B []int
31 C, D map[time.Time]string
32 }
33
34 Foo1 struct{ Alpha, Bravo, Charlie int }
35 Foo2 struct{ *Foo1 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected