rename proto to avoid namespace conflicts when importing v1+v2

This commit is contained in:
Victor Shyba 2019-03-01 17:06:55 -03:00
parent b41ff55c3e
commit 04d27d3625

View file

@ -1,6 +1,6 @@
syntax = "proto3";
package pb;
package pb3;
message Claim {
enum Type {
@ -63,4 +63,4 @@ message File {
message Video {
uint32 width = 1;
uint32 height = 2;
}
}