commit | c4051cd4ec0a2615a1d35d72f6191989a53d8de7 | [log] [tgz] |
---|---|---|
author | Damien Neil <dneil@google.com> | Sat Feb 15 14:33:14 2020 -0800 |
committer | Damien Neil <dneil@google.com> | Tue Feb 18 22:04:05 2020 +0000 |
tree | 90efcc85431a4d511def84482aff8c1d37e43383 | |
parent | 725bfeaf400d629ea98057ca4b6f11587944acfe [diff] |
types/known: remove packages present in genproto Remove the generated proto packages that already exist in google.golang.org/genproto. We want to eventually move these packages here, but it doesn't need to happen yet. Add a local copy of fieldmaskpb for use in tests. Refactor proto generation to override import paths using the M<source>=<import_path> compiler option instead of by patching the source files. Change-Id: I8d31f67e931d70140182f19f3e0106111f71c4b4 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/219598 Reviewed-by: Joe Tsai <joetsai@google.com>
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.