Versions in this module Expand all Collapse all v1 v1.0.0 Feb 2, 2018 Changes in this version + var ErrIntOverflowProto = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthProto = fmt.Errorf("proto: negative length found during unmarshaling") + type Foo struct + Bar *uint64 + XXX_unrecognized []byte + func NewPopulatedFoo(r randyProto, easy bool) *Foo + func (*Foo) Descriptor() ([]byte, []int) + func (*Foo) ProtoMessage() + func (m *Foo) GetBar() uint64 + func (m *Foo) Reset() + func (m *Foo) String() string + func (m *Foo) Unmarshal(dAtA []byte) error + func (this *Foo) Equal(that interface{}) bool