*: revendor

This commit is contained in:
Eric Chiang
2016-10-04 00:28:50 -07:00
parent 2cc197b8a4
commit 0be8cc723a
141 changed files with 30027 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto2";
package grpc.testing;
message ToBeExtened {
required int32 foo = 1;
extensions 10 to 20;
}