You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Multiple repeated fields are allowed
The protobuffer comments have been corrected here:
https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto#L85-L86
The restriction was intended for the path string itself and not the
entire mask. There can be only one repeated field in a path string, and
when we get to it, the path string is done.
* Fixed test
* more test fixes
* fixed test
* fixed spaces/tabs
* Update fieldmask_test.go
Testing multiple repeated fields
* Update fieldmask_test.go
fixed test
* Update fieldmask_test.go
fixed indents
* Update fieldmask_test.go
* Update fieldmask_test.go
* Update fieldmask_test.go
* Update fieldmask_test.go
* Update fieldmask_test.go
0 commit comments