From 31b4001c3d4893ab01f6fb6086274c8282171d13 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期二, 03 三月 2020 18:32:58 +0800 Subject: [PATCH] modify gogo protoc version 3->2 --- alarm.pb.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/alarm.pb.go b/alarm.pb.go index c1754e0..8f330a6 100644 --- a/alarm.pb.go +++ b/alarm.pb.go @@ -18,7 +18,7 @@ // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. -const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package +const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package type FaceTempInfo struct { AlarmVal float32 `protobuf:"fixed32,1,opt,name=alarmVal,proto3" json:"alarmVal,omitempty"` -- Gitblit v1.8.0