mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-12 04:14:21 +00:00
The code organization is simpler if we keep the functions encoding and decoding a particular type (e.g., maps) together rather than split across files. This rename is happening in a separate CL from cl/185241 to preserve rename history. (Git gets confused when you rename a->b and b->c in the same commit.) Change-Id: Idfbb3ff8cf0db149c68d650f89ff3fb8ac833322 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/184942 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>