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

[skywalking-data-collect-protocol] branch master updated: fix logging go package name (#39)

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

wusheng 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 fd71b95  fix logging go package name (#39)
fd71b95 is described below

commit fd71b95916540d1fc23ba359f8ae957d596a7371
Author: Evan <31...@users.noreply.github.com>
AuthorDate: Thu Dec 17 18:22:03 2020 +0800

    fix logging go package name (#39)
    
    Co-authored-by: Evan <ev...@outlook.com>
---
 logging/Logging.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logging/Logging.proto b/logging/Logging.proto
index 6135db5..010651a 100644
--- a/logging/Logging.proto
+++ b/logging/Logging.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.logging.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3";
-option go_package = "skywalking/network/language/agent/v3";
+option go_package = "skywalking/network/logging/v3";
 
 import "common/Common.proto";