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 <[email protected]>
AuthorDate: Thu Dec 17 18:22:03 2020 +0800
fix logging go package name (#39)
Co-authored-by: Evan <[email protected]>
---
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";