Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0

This commit is contained in:
Mohit Sharma
2023-04-14 04:28:47 -07:00
parent bda7e89790
commit 8efeb5afcf
78 changed files with 1584 additions and 1082 deletions

View File

@@ -294,7 +294,7 @@ func (d *Decoder) isValueNext() bool {
}
// consumeToken constructs a Token for given Kind with raw value derived from
// current d.in and given size, and consumes the given size-lenght of it.
// current d.in and given size, and consumes the given size-length of it.
func (d *Decoder) consumeToken(kind Kind, size int) Token {
tok := Token{
kind: kind,