commit | bb941fe881ef3c8bec7654f92d8327656e9601ac | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Fri Feb 21 17:21:09 2020 -0800 |
committer | Joe Tsai <joetsai@google.com> | Mon Feb 24 22:15:38 2020 +0000 |
tree | e76a4cafabff9bca1a1ed84fee9b097eab88ea98 | |
parent | 9118b11cd82108bfb90c6a31cfd11e8d8d38f50f [diff] |
cmd/protoc-gen-go/testdata: remove go.mod file In the distant past this was necessary because: 1) the generated code depended on github.com/golang/protobuf, but now it doesn't. 2) protoc-gen-go-grpc had a dependency on google.golang.org/grpc, and the seperate go.mod file allowed us to isolate the dependency, but that binary doesn't exist here anymore. Drop the go.mod file for cmd/protoc-gen-go/testdata. Change-Id: I7341d78dc346bd82e5c68ed48cee3275b6296249 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220502 Reviewed-by: Damien Neil <dneil@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.