mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-29 09:32:38 +00:00
8a7ba0762c
There are a number of message types, which can be confusing. Expand the documentation. In particular, use Go's reflection model as an analogy, which helps users if they are at least familiar with how Go reflection works. After all, protobuf reflection was modeled after Go reflection to a large degree. Change-Id: I388ae41c792905145ccc86dc938b901a2b79f408 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/399654 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@golang.org> Run-TryBot: Joseph Tsai <joetsai@digital-static.net> Auto-Submit: Joseph Tsai <joetsai@digital-static.net> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Lasse Folger <lassefolger@google.com>