From fd8e691f619d96640b24a8887b115ba793f58d16 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 19 Oct 2020 22:12:43 +0300 Subject: [PATCH] [#172] util/proto: Resolve protobuf compile warnings Signed-off-by: Alex Vanin --- util/proto/test/test.pb.go | Bin 12850 -> 12965 bytes util/proto/test/test.proto | 2 ++ 2 files changed, 2 insertions(+) diff --git a/util/proto/test/test.pb.go b/util/proto/test/test.pb.go index 63134e7d459a2284ced60ef50db0232a223998b1..f581442207fea95ab5fd61528885e85f5fb29c1b 100644 GIT binary patch delta 58 zcmdm#vNUx=ySj*pk&c2vg`pvcG))AN25FP?r9DNsI1MVyOhE$X#$eJ!M`3fT`dTgk D^~Vq* delta 12 TcmZ3Qx+!HtyZYu|>Z`c`DeeXc diff --git a/util/proto/test/test.proto b/util/proto/test/test.proto index 8170b87..ea6125f 100644 --- a/util/proto/test/test.proto +++ b/util/proto/test/test.proto @@ -2,6 +2,8 @@ syntax = "proto3"; package test; +option go_package = "util/proto/test"; + message Primitives { bytes field_a = 1; string field_b = 2;