commit | 6ceeaab1ba2a72853550b2c5534901e803e1ff3b | [log] [tgz] |
---|---|---|
author | Joe Tsai <[email protected]> | Mon Jul 08 12:31:21 2019 -0700 |
committer | Joe Tsai <[email protected]> | Mon Jul 08 21:17:17 2019 +0000 |
tree | 801a64e4048789f0e20f598c7ee2a01cf4f1a7eb | |
parent | c0e4bb2054a7253f1a6c4050e8616a3c12b7e763 [diff] |
cmd/protoc-gen-go: remove MessageSet hackery The encoding/prototext and encoding/protojson are implemented entirely in terms of protobuf reflection, which side-steps this information. Remove the hacks in the generator to special-case MessageSet. Change-Id: I708c4636b77672545a103b7ab686f103b9dfc514 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/185240 Reviewed-by: Herbie Ong <[email protected]>
WARNING: This repository is in active development. There are no guarantees about API stability. Breaking changes will occur until a stable release is made and announced.
This repository is for the development of the next major Go implementation of protocol buffers. This library makes breaking API changes relative to the existing Go protobuf library. Of particular note, this API aims to make protobuf reflection a first-class feature of the API and implements the protobuf ecosystem in terms of reflection.
List of relevant design documents:
We appreciate community contributions. See CONTRIBUTING.md.
Issues regarding the new API can be filed at github.com/golang/protobuf. Please use a APIv2:
prefix in the title to make it clear that the issue is regarding the new API work.