mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2024-12-26 21:24:22 +00:00
bb941fe881
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>
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
/.cache
|
|
/.gocache
|
|
/bin
|
|
/vendor
|
|
/internal/fuzz/wire/fuzz-fuzz.zip
|
|
|
|
# This file includes artifacts of the system test that should not be checked in.
|
|
# For files created by specific development environment (e.g. editor),
|
|
# use alternative ways to exclude files from git.
|
|
# For example, set up .git/info/exclude or use a global .gitignore.
|