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 2022/07/18 11:19:38 UTC

[dubbo-go-samples] branch master updated: update all latest examples in readme

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 698fc3f3 update all latest examples in readme
698fc3f3 is described below

commit 698fc3f32dff0415be1b540f4ca2c120d0a3f39c
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Mon Jul 18 19:19:29 2022 +0800

    update all latest examples in readme
---
 README.md | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index d7979f31..8d5f1fd1 100644
--- a/README.md
+++ b/README.md
@@ -4,21 +4,27 @@
 
 ## What It Contains
 
-* async: An async example.
-* attachment: An attachment example, to show how to use attachment to pass user data from the client to the server.
+
+* apisix: apache/apisix and Dubbo-go example
+* build
+* config-api: show how to use dubbogo by APIs without configuration
 * configcenter: uses of different config centers, including zookeeper and nacos at present.
+* context: how to transfer request context between multiple producers/consumers
 * direct: A direct invocation example.
+* error/triple: triple sample with hessian2/protobuf
 * filter: Some examples of different filter, including custom_filter and tpslimit
-* rpc: dubbo directory display dubbo protocol communication
+* game: game service example
 * generic: A generic invocation example
 * helloworld: A 101 example
-* router: router examples, including condition and tag
+* integrate_test: dubbogo github action integrate test use cases
+* logger: dubbogo logging
+* metrics: show how to collect dubbgo prometheus metrics
+* otel/trace: show how to use opentelemetry as dubbogo tracing tool
+* registry: show how to use etcd/nacos/polaris/zookeeper as dubbogo registry
+* rpc: dubbo directory display dubbo protocol communication
 * seata: A seata example
-* shop: Shop sample
-* tengine: Taobao Tengine and Dubbo-go example
-* tls: Use TLS in Dubbo-go application
+* skywalking: show how to integrate skywalking into dubbogo
 * tracing: tracing example
-* game: game service example
 
 ## How To Run