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 09:37:58 UTC

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

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 5f8ce69  fix-missing-go-package (#38)
5f8ce69 is described below

commit 5f8ce69d3e5ba113fa99a28fa9abab4ac7c2e94b
Author: Evan <31...@users.noreply.github.com>
AuthorDate: Thu Dec 17 17:37:52 2020 +0800

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