(t *testing.T)
| 63 | } |
| 64 | |
| 65 | func TestBuildBasicExampleJSONData(t *testing.T) { |
| 66 | buildBasicExampleJSONData() |
| 67 | } |
| 68 | |
| 69 | func protoUnmarshal(b []byte, m goproto.Message) error { |
| 70 | if err := goproto.Unmarshal(b, m); err != nil { |
nothing calls this directly
no test coverage detected
searching dependent graphs…