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.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new ac33098  Updated Guide for Use (markdown)
ac33098 is described below

commit ac33098bfa02c3004f4bfcfd731113a42ee6ed61
Author: Xin.Zh <dragonchar...@foxmail.com>
AuthorDate: Fri Jun 21 23:57:14 2019 +0800

    Updated Guide for Use (markdown)
---
 Guide-for-Use.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Guide-for-Use.md b/Guide-for-Use.md
index 16b0d0e..85879b1 100644
--- a/Guide-for-Use.md
+++ b/Guide-for-Use.md
@@ -157,7 +157,7 @@ _ "github.com/dubbo/go-for-apache-dubbo/cluster/loadbalance"
 * other
 ```go
 _ "github.com/dubbo/go-for-apache-dubbo/protocol/dubbo" // when using dubbo 
protocol
-_ "github.com/dubbo/go-for-apache-dubbo/protocol/jsonrpc" // when using dubbo 
protocol
+_ "github.com/dubbo/go-for-apache-dubbo/protocol/jsonrpc" // when using 
jsonrpc 2.0 protocol
 _ "github.com/dubbo/go-for-apache-dubbo/registry/zookeeper" // when using 
zookeeper registry
 ```
 

Reply via email to