mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 11:58:21 +00:00
4a539f4e09
This is a breaking change in light of new methods added in CL/175458. This removes: Message.KnownFields: equivalent functionality have been hoisted up to the Message interface itself. Message.UnknownFields: equivalent functionality is via the Message.{Set,Get}Unknown methods. Change-Id: Ia08b26894d2b45033a6ad6616258ff0fb9f8b7a4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/182597 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com> |
||
---|---|---|
.. | ||
proto_test.go | ||
proto.go | ||
type.go | ||
value_pure.go | ||
value_test.go | ||
value_union.go | ||
value_unsafe.go | ||
value.go |