// This is a compile-time assertion to ensure that this generated file
// 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.ProtoPackageIsVersion3 // please upgrade the proto package
Я не могу запустить свое приложение на MacOS.Версия protoc , которую я использую: 3.6.1.Он терпит неудачу и говорит:
undefined: proto.ProtoPackageIsVersion3
в каждом автоматически сгенерированном *. Pb.go файле.
Что я могу сделать?