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

[skywalking-data-collect-protocol] branch master updated: add missing go package (#40)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 345d9ed  add missing go package (#40)
345d9ed is described below

commit 345d9edac842179e61504999c91bf2bec6ae0ff7
Author: Evan <31...@users.noreply.github.com>
AuthorDate: Thu Dec 17 21:11:39 2020 +0800

    add missing go package (#40)
    
    Co-authored-by: Evan <ev...@outlook.com>
---
 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";