()
| 44 | } |
| 45 | |
| 46 | func initGoTest_OptionalGroup() *pb2.GoTest_OptionalGroup { |
| 47 | return &pb2.GoTest_OptionalGroup{ |
| 48 | RequiredField: proto.String("optional"), |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | func initGoTest_RepeatedGroup() *pb2.GoTest_RepeatedGroup { |
| 53 | return &pb2.GoTest_RepeatedGroup{ |
no test coverage detected