mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-02-21 18:40:03 +00:00
Generate functions for wrapping map[K]V to implement protoreflect.Map. This implementation uses Go reflection instead to provide a single implementation that can handle all Go map types. Change-Id: Idcb8069ef836614a88e5df12ef7c5044e8aa3dea Reviewed-on: https://go-review.googlesource.com/c/142778 Reviewed-by: Damien Neil <dneil@google.com>