()
| 50 | } |
| 51 | |
| 52 | func initGoTest_RepeatedGroup() *pb2.GoTest_RepeatedGroup { |
| 53 | return &pb2.GoTest_RepeatedGroup{ |
| 54 | RequiredField: proto.String("repeated"), |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | func initGoTest(setdefaults bool) *pb2.GoTest { |
| 59 | pb := new(pb2.GoTest) |
no test coverage detected