| 49 | } |
| 50 | |
| 51 | type Simple3 struct { |
| 52 | Dub float64 `protobuf:"fixed64,1,opt,name=dub,proto3" json:"dub,omitempty"` |
| 53 | XXX_NoUnkeyedLiteral struct{} `json:"-"` |
| 54 | XXX_unrecognized []byte `json:"-"` |
| 55 | XXX_sizecache int32 `json:"-"` |
| 56 | } |
| 57 | |
| 58 | func (m *Simple3) Reset() { *m = Simple3{} } |
| 59 | func (m *Simple3) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected