mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-20 15:41:07 +00:00
The Mutable semantics are simpler than currently documented. In an older design of the protobuf reflection API, it was intended that there could be a mutable version of the scalar kinds. However, support for this has been dropped, simplifying the documented semantics. Change-Id: If66740ffa5da65a3f2c8cf46700e0c23393a16d7 Reviewed-on: https://go-review.googlesource.com/c/144857 Reviewed-by: Damien Neil <dneil@google.com>