google.golang.org/protobuf/proto.UnmarshalOptions.Merge (field)
6 uses
google.golang.org/protobuf/proto (current package)
decode.go#L29: Merge bool
decode.go#L74: if !o.Merge {
decode.go#L78: o.Merge = true
google.golang.org/protobuf/internal/impl
decode.go#L30: Merge: true,
github.com/golang/protobuf/proto
deprecated.go#L112: return protoV2.UnmarshalOptions{Merge: true}.Unmarshal(b, MessageV2(m))
wire.go#L66: Merge: true,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |