*: revendor, update proto files
This commit is contained in:
2
cmd/vendor/github.com/golang/protobuf/proto/lib.go
generated
vendored
2
cmd/vendor/github.com/golang/protobuf/proto/lib.go
generated
vendored
@ -308,7 +308,7 @@ func GetStats() Stats { return stats }
|
||||
// temporary Buffer and are fine for most applications.
|
||||
type Buffer struct {
|
||||
buf []byte // encode/decode byte stream
|
||||
index int // write point
|
||||
index int // read point
|
||||
|
||||
// pools of basic types to amortize allocation.
|
||||
bools []bool
|
||||
|
Reference in New Issue
Block a user