Skip to content

Commit a5540aa

Browse files
committed
Add tests for grpc desc
1 parent 7e4e656 commit a5540aa

File tree

4 files changed

+416
-1
lines changed

4 files changed

+416
-1
lines changed

protoc-gen-go/testdata/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ testbuild: regenerate
5959
regenerate:
6060
# Invoke protoc once to generate three independent .pb.go files in the same package.
6161
protoc --go_out=. multi/multi1.proto multi/multi2.proto multi/multi3.proto
62+
protoc --go_out=plugins=grpc:. grpc.proto
6263

6364
#extension_test: extension_test.$O
6465
# $(LD) -L. -o $@ $<

protoc-gen-go/testdata/grpc.pb.go

Lines changed: 370 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protoc-gen-go/testdata/grpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
syntax = "proto3";
3333

34-
package grpc.testing;
34+
package testdata;
3535

3636
message SimpleRequest {
3737
}

0 commit comments

Comments
 (0)