()
| 28 | ) |
| 29 | |
| 30 | func initGoTestField() *pb2.GoTestField { |
| 31 | f := new(pb2.GoTestField) |
| 32 | f.Label = proto.String("label") |
| 33 | f.Type = proto.String("type") |
| 34 | return f |
| 35 | } |
| 36 | |
| 37 | // These are all structurally equivalent but the tag numbers differ. |
| 38 | // (It's remarkable that required, optional, and repeated all have |
no test coverage detected