protobuf/php/tests/proto/test_include.proto
Paul Yang 46ae90dc5e Make php generated code conform to PSR-4. (#2435)
1. Generate single file for each message.
2. Lazily initiate metadata.
2016-12-08 11:16:49 -08:00

8 lines
73 B
Protocol Buffer

syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}