From e5826a0b7cc29d176f69ec34fec83f7146cd1d30 Mon Sep 17 00:00:00 2001 From: cheliequan <liequanche@126.com> Date: 星期二, 07 二月 2023 19:19:57 +0800 Subject: [PATCH] gofast_out compile error,use goland protoc-gen-go; --- dataprocess.proto | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dataprocess.proto b/dataprocess.proto index 90ed36f..111824b 100644 --- a/dataprocess.proto +++ b/dataprocess.proto @@ -1,5 +1,7 @@ syntax = "proto3"; -option go_package="./;protomsg"; +package protomsg; + +import "sdk.proto"; import "rule.proto"; import "protomsg.proto"; @@ -40,4 +42,4 @@ TaskBasicInfo BaseInfo = 1; map<string, EventCache> Events = 2; map<string, TargetCache> Targets = 3; -} \ No newline at end of file +} -- Gitblit v1.8.0