()
| 59 | } |
| 60 | |
| 61 | func getExample3Data() []byte { |
| 62 | out, err := ioutil.ReadFile(exampleProtoPath) |
| 63 | if err != nil { |
| 64 | panic(err) |
| 65 | } |
| 66 | return out |
| 67 | } |
| 68 | |
| 69 | func getExample3Req() *example3.ExampleReq { |
| 70 | req := example3.ExampleReq{} |
no outgoing calls
no test coverage detected
searching dependent graphs…