protobuf-go/proto
Joe Tsai 174b9ecfe3 all: document that Unmarshal must be a mutable message
Fixes #937

Change-Id: I40b2678eba0195ed01676167f8e01e2fedea293b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/302329
Trust: Joe Tsai <joetsai@digital-static.net>
Reviewed-by: Damien Neil <dneil@google.com>
2021-03-16 20:06:34 +00:00
..
bench_test.go
checkinit_test.go
checkinit.go all: consistently treat nil message interface as an empty read-only message 2020-04-20 23:12:56 +00:00
decode_gen.go all: return less-specific, but more informative wire unmarshal errors 2020-07-23 20:09:00 +00:00
decode_test.go internal/impl: make errInvalidUTF8 be a proto.Error 2020-07-24 21:43:34 +00:00
decode.go all: document that Unmarshal must be a mutable message 2021-03-16 20:06:34 +00:00
doc.go
encode_gen.go encoding/protowire: make package publicly available 2020-03-20 07:42:18 +00:00
encode_test.go internal/impl: make errInvalidUTF8 be a proto.Error 2020-07-24 21:43:34 +00:00
encode.go internal/order: add a package for ordered iteration over messages and maps 2020-07-01 18:57:38 +00:00
equal_test.go proto/equal: reduce equal scalar value allocation 2020-10-08 23:42:17 +00:00
equal.go proto/equal: reduce equal scalar value allocation 2020-10-08 23:42:17 +00:00
extension_test.go all: implement support for proto3 optional semantics 2020-04-29 20:02:24 +00:00
extension.go all: improve extension validation 2020-04-23 06:01:13 +00:00
merge_test.go all: implement support for proto3 optional semantics 2020-04-29 20:02:24 +00:00
merge.go all: improve panic messages for better debugability 2020-05-05 21:10:54 +00:00
messageset_test.go testing/protopack: make package publicly available 2020-03-20 18:05:51 +00:00
messageset.go internal/order: add a package for ordered iteration over messages and maps 2020-07-01 18:57:38 +00:00
methods_test.go
nil_test.go all: improve extension validation 2020-04-23 06:01:13 +00:00
noenforceutf8_test.go testing/protopack: make package publicly available 2020-03-20 18:05:51 +00:00
proto_methods.go
proto_reflect.go
proto.go proto: add MessageName helper 2020-07-23 23:43:59 +00:00
reset_test.go
reset.go all: improve panic messages for better debugability 2020-05-05 21:10:54 +00:00
size_gen.go all: funnel similar functionality through a single function 2020-05-15 18:21:49 +00:00
size.go all: funnel similar functionality through a single function 2020-05-15 18:21:49 +00:00
testmessages_test.go all: return less-specific, but more informative wire unmarshal errors 2020-07-23 20:09:00 +00:00
validate_test.go
weak_test.go testing/protopack: make package publicly available 2020-03-20 18:05:51 +00:00
wrappers.go