| 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 } |
nothing calls this directly
no outgoing calls
no test coverage detected