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:17 UTC

[skywalking-data-collect-protocol] branch fix-missing-go-package created (now b2f6199)

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

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


      at b2f6199  add missing go package

This branch includes the following new commits:

     new b2f6199  add missing go package

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by li...@apache.org.
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";