You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/10/01 06:02:19 UTC

[dubbo-go-samples] branch master updated: fix configuration file bug (#260)

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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 69d34c3  fix configuration file bug (#260)
69d34c3 is described below

commit 69d34c38c7052228c8140d2bdd8aa218090006ba
Author: luky116 <38...@users.noreply.github.com>
AuthorDate: Fri Oct 1 14:02:15 2021 +0800

    fix configuration file bug (#260)
---
 .run/tracing/grpc/tracing-grpc-go-client.run.xml | 2 +-
 .run/tracing/grpc/tracing-grpc-go-server.run.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.run/tracing/grpc/tracing-grpc-go-client.run.xml b/.run/tracing/grpc/tracing-grpc-go-client.run.xml
index 1b77dd7..b405011 100644
--- a/.run/tracing/grpc/tracing-grpc-go-client.run.xml
+++ b/.run/tracing/grpc/tracing-grpc-go-client.run.xml
@@ -8,7 +8,7 @@
     <kind value="PACKAGE" />
     <package value="github.com/apache/dubbo-go-samples/tracing/grpc/go-client/cmd" />
     <directory value="$PROJECT_DIR$" />
-    <filePath value="$PROJECT_DIR$/tracing/grpc/go-client/app/client.go" />
+    <filePath value="$PROJECT_DIR$/tracing/grpc/go-client/cmd/client.go" />
     <method v="2" />
   </configuration>
 </component>
\ No newline at end of file
diff --git a/.run/tracing/grpc/tracing-grpc-go-server.run.xml b/.run/tracing/grpc/tracing-grpc-go-server.run.xml
index da6e3ab..68eca1e 100644
--- a/.run/tracing/grpc/tracing-grpc-go-server.run.xml
+++ b/.run/tracing/grpc/tracing-grpc-go-server.run.xml
@@ -8,7 +8,7 @@
     <kind value="PACKAGE" />
     <package value="github.com/apache/dubbo-go-samples/tracing/grpc/go-server/cmd" />
     <directory value="$PROJECT_DIR$" />
-    <filePath value="$PROJECT_DIR$/tracing/grpc/go-server/app/server.go" />
+    <filePath value="$PROJECT_DIR$/tracing/grpc/go-server/cmd/server.go" />
     <method v="2" />
   </configuration>
 </component>
\ No newline at end of file