You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by li...@apache.org on 2020/12/17 13:09:18 UTC

[skywalking-data-collect-protocol] 01/01: add missing go package

This is an automated email from the ASF dual-hosted git repository.

liujiapeng pushed a commit to branch fix-missing-go-package
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git

commit b2f61996d544d173374e7e4c3bd7aac04c5a5d3c
Author: Evan <ev...@outlook.com>
AuthorDate: Thu Dec 17 21:08:21 2020 +0800

    add missing go package
---
 language-agent/MeterCompat.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/language-agent/MeterCompat.proto b/language-agent/MeterCompat.proto
index 894e1f2..a458b8b 100644
--- a/language-agent/MeterCompat.proto
+++ b/language-agent/MeterCompat.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
 
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
+option go_package = "skywalking/network/language/agent/v3";
 option deprecated = true;
 
 import "common/Common.proto";