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 09:35:34 UTC

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

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 68de60b  fix-missing-go-package

This branch includes the following new commits:

     new 68de60b  fix-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: fix-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 68de60b1571bbce5bad8668cac67e819f63e53a1
Author: Evan <ev...@outlook.com>
AuthorDate: Thu Dec 17 17:35:03 2020 +0800

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

diff --git a/language-agent/Meter.proto b/language-agent/Meter.proto
index b27b902..1f34354 100644
--- a/language-agent/Meter.proto
+++ b/language-agent/Meter.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
 
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
+option go_package = "skywalking/network/language/agent/v3";
 
 import "common/Common.proto";