[#172] util/proto: Resolve protobuf compile warnings

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-10-19 22:12:43 +03:00 committed by Alex Vanin
parent 8351c78f58
commit fd8e691f61
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -2,6 +2,8 @@ syntax = "proto3";
package test;
option go_package = "util/proto/test";
message Primitives {
bytes field_a = 1;
string field_b = 2;