| OLD | NEW |
| 1 // Code generated by protoc-gen-go. | 1 // Code generated by protoc-gen-go. DO NOT EDIT. |
| 2 // source: tmp/2.proto | 2 // source: tmp/2.proto |
| 3 // DO NOT EDIT! | |
| 4 | 3 |
| 5 package test | 4 package test |
| 6 | 5 |
| 7 import prpc "github.com/luci/luci-go/grpc/prpc" | 6 import prpc "github.com/luci/luci-go/grpc/prpc" |
| 8 | 7 |
| 9 import proto "github.com/golang/protobuf/proto" | 8 import proto "github.com/golang/protobuf/proto" |
| 10 import fmt "fmt" | 9 import fmt "fmt" |
| 11 import math "math" | 10 import math "math" |
| 12 | 11 |
| 13 import ( | 12 import ( |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 | 103 |
| 105 func init() { proto.RegisterFile("tmp/2.proto", fileDescriptor1) } | 104 func init() { proto.RegisterFile("tmp/2.proto", fileDescriptor1) } |
| 106 | 105 |
| 107 var fileDescriptor1 = []byte{ | 106 var fileDescriptor1 = []byte{ |
| 108 // 59 bytes of a gzipped FileDescriptorProto | 107 // 59 bytes of a gzipped FileDescriptorProto |
| 109 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2,
0x2e, 0xc9, 0x2d, 0xd0, | 108 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xe2,
0x2e, 0xc9, 0x2d, 0xd0, |
| 110 0x37, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x29, 0x49, 0x2d,
0x2e, 0x31, 0x62, 0xe3, | 109 0x37, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x29, 0x49, 0x2d,
0x2e, 0x31, 0x62, 0xe3, |
| 111 0x62, 0x09, 0x36, 0x8a, 0x37, 0x80, 0xd2, 0x86, 0x49, 0x6c, 0x60, 0x49,
0x63, 0x40, 0x00, 0x00, | 110 0x62, 0x09, 0x36, 0x8a, 0x37, 0x80, 0xd2, 0x86, 0x49, 0x6c, 0x60, 0x49,
0x63, 0x40, 0x00, 0x00, |
| 112 0x00, 0xff, 0xff, 0x3d, 0x27, 0x0f, 0x01, 0x2b, 0x00, 0x00, 0x00, | 111 0x00, 0xff, 0xff, 0x3d, 0x27, 0x0f, 0x01, 0x2b, 0x00, 0x00, 0x00, |
| 113 } | 112 } |
| OLD | NEW |