From 3d0e7a81dce55e855ed7c64a2094e7afcaf4f243 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期四, 23 四月 2020 10:19:54 +0800 Subject: [PATCH] fix sdk.proto new standard output --- 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