Bump github.com/golang/protobuf v1.5.4, google.golang.org/protobuf v1.33.0

This commit is contained in:
Jordan Liggitt
2024-03-06 09:47:28 -05:00
parent 546f7c3086
commit c6673d2346
123 changed files with 4118 additions and 1417 deletions

View File

@@ -21,7 +21,7 @@ import (
// The unknown fields of src are appended to the unknown fields of dst.
//
// It is semantically equivalent to unmarshaling the encoded form of src
// into dst with the UnmarshalOptions.Merge option specified.
// into dst with the [UnmarshalOptions.Merge] option specified.
func Merge(dst, src Message) {
// TODO: Should nil src be treated as semantically equivalent to a
// untyped, read-only, empty message? What about a nil dst?