Muhammed Uluyol
Results
1
issues of
Muhammed Uluyol
If I have the following test: ``` type TestMesg struct { F1 string `protobuf:"1,opt"` F2 int32 `protobuf:"10,opt"` F4 []byte `protobuf:"99,opt"` F3 protobuf.Ufixed64 `protobuf:"14,opt"` F5 float64 `protobuf:"108,opt"` } func TestEncodeRoundTrip(t *testing.T)...